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 @@
; TangelaPokedexEntry: ; 0x1b948c
db "VINE@" ; species name
db "VINE@" ; species name
dw 303, 770; height, width
db "During battle, it", $4e, "constantly moves", $4e, "the vines that@"
db "cover its body in", $4e, "order to annoy its", $4e, "opponent.@"
db "During battle, it"
next "constantly moves"
next "the vines that@"
db "cover its body in"
next "order to annoy its"
next "opponent.@"
; 0x1b94f6