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 @@
; MachampPokedexEntry: ; 0x1b8133
db "SUPERPOWER@" ; species name
db "SUPERPOWER@" ; species name
dw 503, 2870; height, width
db "With four arms", $4e, "that react more", $4e, "quickly than it@"
db "can think, it can", $4e, "execute many", $4e, "punches at once.@"
db "With four arms"
next "that react more"
next "quickly than it@"
db "can think, it can"
next "execute many"
next "punches at once.@"
; 0x1b81a1