diff options
author | YamaArashi <shadow962@live.com> | 2016-09-02 22:10:43 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-02 22:10:43 -0700 |
commit | 92fa2f05f406c51bf08aa4a893de798325d5f5c0 (patch) | |
tree | 981eb0e827a2b2d7c7de89be68e98e13d68c2c2b /asm/macros | |
parent | 9a8c780523f56930d95e909dc191307596c9ac79 (diff) |
update pokedex entries for preproc
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/pokemon_data.s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/asm/macros/pokemon_data.s b/asm/macros/pokemon_data.s index 122392163..31c015334 100644 --- a/asm/macros/pokemon_data.s +++ b/asm/macros/pokemon_data.s @@ -1,5 +1,4 @@ - .macro pokedex_entry category_name, height, width, text_pointer, pokemon_scale, pokemon_offset, trainer_scale, trainer_offset - .charmapstr "\category_name", 12 + .macro pokedex_entry height, width, text_pointer, pokemon_scale, pokemon_offset, trainer_scale, trainer_offset .2byte \height @ in decimeters .2byte \width @ in hectograms .4byte \text_pointer |