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 @@
; CaterpiePokedexEntry: ; 0x181a60
db "WORM@" ; species name
db "WORM@" ; species name
dw 100, 60; height, width
db "It crawls into", $4e, "foliage where it", $4e, "camouflages itself@"
db "among leaves that", $4e, "are the same color", $4e, "as its body.@"
db "It crawls into"
next "foliage where it"
next "camouflages itself@"
db "among leaves that"
next "are the same color"
next "as its body.@"
; 0x181ace