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 @@
; VictreebelPokedexEntry: ; 0x1b826e
db "FLYCATCHER@" ; species name
db "FLYCATCHER@" ; species name
dw 507, 340; height, width
db "Once ingested into", $4e, "this #MON's", $4e, "body, even the@"
db "hardest object", $4e, "will melt into", $4e, "nothing.@"
db "Once ingested into"
next "this #MON's"
next "body, even the@"
db "hardest object"
next "will melt into"
next "nothing.@"
; 0x1b82d1