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 @@
; QuilavaPokedexEntry: ; 0x1ccb33
db "VOLCANO@" ; species name
db "VOLCANO@" ; species name
dw 211, 420; height, width
db "Before battle, it", $4e, "turns its back on", $4e, "its opponent to@"
db "demonstrate how", $4e, "ferociously its", $4e, "fire blazes.@"
db "Before battle, it"
next "turns its back on"
next "its opponent to@"
db "demonstrate how"
next "ferociously its"
next "fire blazes.@"
; 0x1ccba0