diff options
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 |