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 @@
; MrMimePokedexEntry: ; 0x1b97ea
db "BARRIER@" ; species name
db "BARRIER@" ; species name
dw 403, 1200; height, width
db "It uses the", $4e, "mysterious", $4e, "power it has in@"
db "its fingers to", $4e, "solidify air into", $4e, "an invisible wall.@"
db "It uses the"
next "mysterious"
next "power it has in@"
db "its fingers to"
next "solidify air into"
next "an invisible wall.@"
; 0x1b9851