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 @@
; NinetalesPokedexEntry: ; 0x18260c
db "FOX@" ; species name
db "FOX@" ; species name
dw 307, 440; height, width
db "It is said to live", $4e, "a thousand years,", $4e, "and each of its@"
db "tails is loaded", $4e, "with supernatural", $4e, "powers.@"
db "It is said to live"
next "a thousand years,"
next "and each of its@"
db "tails is loaded"
next "with supernatural"
next "powers.@"
; 0x182673