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 @@
; KinglerPokedexEntry: ; 0x1b8e45
db "PINCER@" ; species name
db "PINCER@" ; species name
dw 403, 1320; height, width
db "Its oversized claw", $4e, "is very powerful,", $4e, "but when it's not@"
db "in battle, the", $4e, "claw just gets in", $4e, "the way.@"
db "Its oversized claw"
next "is very powerful,"
next "but when it's not@"
db "in battle, the"
next "claw just gets in"
next "the way.@"
; 0x1b8eb0