pokedex data

This commit is contained in:
YamaArashi
2015-10-11 17:59:52 -07:00
parent e67ef58403
commit 7b95d1ff81
5 changed files with 2738 additions and 11 deletions
+13
View File
@@ -63,3 +63,16 @@
.byte (\shadow_color << 4) | \bg_color
.2byte 0 ; padding
.endm
.macro pokedex_entry category_name, height, width, text_pointer, pokemon_scale, pokemon_offset, trainer_scale, trainer_offset
.charmapstr "\category_name", 12
.2byte \height ; in decimeters
.2byte \width ; in hectograms
.4byte \text_pointer
.2byte 0 ; unused
.2byte \pokemon_scale
.2byte \pokemon_offset
.2byte \trainer_scale
.2byte \trainer_offset
.2byte 0 ; padding
.endm