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 @@
; PidgeottoPokedexEntry: ; 0x181d75
db "BIRD@" ; species name
db "BIRD@" ; species name
dw 307, 660; height, width
db "It slowly flies in", $4e, "a circular pat-", $4e, "tern, all the@"
db "while keeping a", $4e, "sharp lookout for", $4e, "prey.@"
db "It slowly flies in"
next "a circular pat-"
next "tern, all the@"
db "while keeping a"
next "sharp lookout for"
next "prey.@"
; 0x181dd7