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 @@
; PolitoedPokedexEntry: ; 0x1cd84b
db "FROG@" ; species name
db "FROG@" ; species name
dw 307, 750; height, width
db "When it expands", $4e, "its throat to", $4e, "croak out a tune,@"
db "nearby POLIWAG and", $4e, "POLIWHIRL gather", $4e, "immediately.@"
db "When it expands"
next "its throat to"
next "croak out a tune,@"
db "nearby POLIWAG and"
next "POLIWHIRL gather"
next "immediately.@"
; 0x1cd8b5