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 @@
; CelebiPokedexEntry: ; 0x1d18cc
db "TIMETRAVEL@" ; species name
db "TIMETRAVEL@" ; species name
dw 200, 110; height, width
db "Revered as a", $4e, "guardian of the", $4e, "forest, CELEBI@"
db "appears wherever", $4e, "beautiful forests", $4e, "exist.@"
db "Revered as a"
next "guardian of the"
next "forest, CELEBI@"
db "appears wherever"
next "beautiful forests"
next "exist.@"
; 0x1d1931