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 @@
; HitmonleePokedexEntry: ; 0x1b913f
db "KICKING@" ; species name
db "KICKING@" ; species name
dw 411, 1100; height, width
db "It is also called", $4e, "the Kick Master.", $4e, "It uses its@"
db "elastic legs to", $4e, "execute every", $4e, "known kick.@"
db "It is also called"
next "the Kick Master."
next "It uses its@"
db "elastic legs to"
next "execute every"
next "known kick.@"
; 0x1b91a4