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 @@
; GligarPokedexEntry: ; 0x1d0604
db "FLYSCORPIO@" ; species name
db "FLYSCORPIO@" ; species name
dw 307, 1430; height, width
db "It builds its nest", $4e, "on a steep cliff.", $4e, "When it is done@"
db "gliding, it hops", $4e, "along the ground", $4e, "back to its nest.@"
db "It builds its nest"
next "on a steep cliff."
next "When it is done@"
db "gliding, it hops"
next "along the ground"
next "back to its nest.@"
; 0x1d067c