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 @@
; CharmanderPokedexEntry: ; 0x1817db
db "LIZARD@" ; species name
db "LIZARD@" ; species name
dw 200, 190; height, width
db "If it's healthy,", $4e, "the flame on the", $4e, "tip of its tail@"
db "will burn vigor-", $4e, "ously, even if it", $4e, "gets a bit wet.@"
db "If it's healthy,"
next "the flame on the"
next "tip of its tail@"
db "will burn vigor-"
next "ously, even if it"
next "gets a bit wet.@"
; 0x18184a