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 @@
; GrowlithePokedexEntry: ; 0x182eaa
db "PUPPY@" ; species name
db "PUPPY@" ; species name
dw 204, 420; height, width
db "It controls a big", $4e, "territory. If it", $4e, "detects an unknown@"
db "smell, it roars", $4e, "loudly to force", $4e, "out the intruder.@"
db "It controls a big"
next "territory. If it"
next "detects an unknown@"
db "smell, it roars"
next "loudly to force"
next "out the intruder.@"
; 0x182f1c