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 @@
; HoundourPokedexEntry: ; 0x1d0eff
db "DARK@" ; species name
db "DARK@" ; species name
dw 200, 240; height, width
db "Around dawn, its", $4e, "ominous howl", $4e, "echoes through the@"
db "area to announce", $4e, "that this is its", $4e, "territory.@"
db "Around dawn, its"
next "ominous howl"
next "echoes through the@"
db "area to announce"
next "that this is its"
next "territory.@"
; 0x1d0f66