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 @@
; SmearglePokedexEntry: ; 0x1d11e0
db "PAINTER@" ; species name
db "PAINTER@" ; species name
dw 311, 1280; height, width
db "The color of the", $4e, "mysterious fluid", $4e, "secreted from its@"
db "tail is predeter-", $4e, "mined for each", $4e, "SMEARGLE.@"
db "The color of the"
next "mysterious fluid"
next "secreted from its@"
db "tail is predeter-"
next "mined for each"
next "SMEARGLE.@"
; 0x1d124b