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 @@
; DittoPokedexEntry: ; 0x1cc13c
db "TRANSFORM@" ; species name
db "TRANSFORM@" ; species name
dw 100, 90; height, width
db "When it encount-", $4e, "ers another DITTO,", $4e, "it will move@"
db "faster than normal", $4e, "to duplicate that", $4e, "opponent exactly.@"
db "When it encount-"
next "ers another DITTO,"
next "it will move@"
db "faster than normal"
next "to duplicate that"
next "opponent exactly.@"
; 0x1cc1b2