9 Commits

Author SHA1 Message Date
4909a1f089 types: add type name strings
This also parses, generates, and displays nidoran male/female name
strings correctly.
2023-08-04 05:26:23 +00:00
853457a79d generate: add pokemon
This also includes a handful of functions for creating instances of a
pokemon species, though certainly not complete.
2023-08-02 23:49:42 +00:00
145b6b8936 tools/parse: more pokemon and move parsers 2023-08-02 00:22:44 +00:00
ac43946728 tools/parse: reorganize parsers 2023-08-01 01:23:27 +00:00
e4ff1b4c5a generate/text: added
Of the "trivial" texts that the current parser can handle, these are
now being inserted in obj_events.
2023-07-30 08:52:46 +00:00
a56def6074 add font and text data
The original font is a bit of a mess, and includes many duplicate
characters.

I decided to reorganize the characters in a new set of glyphs, in
derivced/font.png.

This also includes very basic parsing for text data.
2023-07-30 03:09:20 +00:00
1b71c6cfb6 sprites: initial implementation 2023-07-25 20:52:44 +00:00
c1a96584e4 input: added 2023-07-25 05:35:33 +00:00
c55300ea75 initial 2023-07-25 05:34:48 +00:00