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 @@
; DonphanPokedexEntry: ; 0x1d10ac
db "ARMOR@" ; species name
db "ARMOR@" ; species name
dw 307, 2650; height, width
db "Because this", $4e, "#MON's skin is", $4e, "so tough, a normal@"
db "attack won't even", $4e, "leave a scratch on", $4e, "it.@"
db "Because this"
next "#MON's skin is"
next "so tough, a normal@"
db "attack won't even"
next "leave a scratch on"
next "it.@"
; 0x1d110c