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 @@
; JumpluffPokedexEntry: ; 0x1cd998
db "COTTONWEED@" ; species name
db "COTTONWEED@" ; species name
dw 207, 70; height, width
db "Even in the fierc-", $4e, "est wind, it can", $4e, "control its fluff@"
db "to make its way to", $4e, "any place in the", $4e, "world it wants.@"
db "Even in the fierc-"
next "est wind, it can"
next "control its fluff@"
db "to make its way to"
next "any place in the"
next "world it wants.@"
; 0x1cda11