Text macros in Pokedex entries.

This commit is contained in:
yenatch
2014-03-06 00:46:01 -05:00
parent fd6cfc73ee
commit 6062ee0900
251 changed files with 1757 additions and 753 deletions

View File

@@ -1,8 +1,12 @@
; FeraligatrPokedexEntry: ; 0x1cccf9
db "BIG JAW@" ; species name
db "BIG JAW@" ; species name
dw 707, 1960; height, width
db "Although it has a", $4e, "massive body, its", $4e, "powerful hind legs@"
db "enable it to move", $4e, "quickly, even on", $4e, "the ground.@"
db "Although it has a"
next "massive body, its"
next "powerful hind legs@"
db "enable it to move"
next "quickly, even on"
next "the ground.@"
; 0x1ccd6b