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 @@
; CloysterPokedexEntry: ; 0x1b8ad9
db "BIVALVE@" ; species name
db "BIVALVE@" ; species name
dw 411, 2920; height, width
db "Even a missile", $4e, "can't break the", $4e, "spikes it uses to@"
db "stab opponents.", $4e, "They're even hard-", $4e, "er than its shell.@"
db "Even a missile"
next "can't break the"
next "spikes it uses to@"
db "stab opponents."
next "They're even hard-"
next "er than its shell.@"
; 0x1b8b4a