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 @@
; KoffingPokedexEntry: ; 0x1b9276
db "POISON GAS@" ; species name
db "POISON GAS@" ; species name
dw 200, 20; height, width
db "If one gets close", $4e, "enough to it when", $4e, "it expels poison-@"
db "ous gas, the gas", $4e, "swirling inside it", $4e, "can be seen.@"
db "If one gets close"
next "enough to it when"
next "it expels poison-@"
db "ous gas, the gas"
next "swirling inside it"
next "can be seen.@"
; 0x1b92ec