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 @@
; BulbasaurPokedexEntry: ; 0x181695
db "SEED@" ; species name
db "SEED@" ; species name
dw 204, 150; height, width
db "While it is young,", $4e, "it uses the", $4e, "nutrients that are@"
db "stored in the", $4e, "seeds on its back", $4e, "in order to grow.@"
db "While it is young,"
next "it uses the"
next "nutrients that are@"
db "stored in the"
next "seeds on its back"
next "in order to grow.@"
; 0x181702