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 @@
; LedianPokedexEntry: ; 0x1ccfa0
db "FIVE STAR@" ; species name
db "FIVE STAR@" ; species name
dw 407, 780; height, width
db "In the daytime", $4e, "when it gets warm,", $4e, "it curls up inside@"
db "a big leaf and", $4e, "drifts off into", $4e, "a deep slumber.@"
db "In the daytime"
next "when it gets warm,"
next "it curls up inside@"
db "a big leaf and"
next "drifts off into"
next "a deep slumber.@"
; 0x1cd012