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 @@
; XatuPokedexEntry: ; 0x1cd4e9
db "MYSTIC@" ; species name
db "MYSTIC@" ; species name
dw 411, 330; height, width
db "Once it begins to", $4e, "meditate at sun-", $4e, "rise, the entire@"
db "day will pass", $4e, "before it will", $4e, "move again.@"
db "Once it begins to"
next "meditate at sun-"
next "rise, the entire@"
db "day will pass"
next "before it will"
next "move again.@"
; 0x1cd551