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 @@
; MetapodPokedexEntry: ; 0x181ace
db "COCOON@" ; species name
db "COCOON@" ; species name
dw 204, 220; height, width
db "This is its pre-", $4e, "evolved form. At", $4e, "this stage, it can@"
db "only harden, so it", $4e, "remains motionless", $4e, "to avoid attack.@"
db "This is its pre-"
next "evolved form. At"
next "this stage, it can@"
db "only harden, so it"
next "remains motionless"
next "to avoid attack.@"
; 0x181b45