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 @@
; MeowthPokedexEntry: ; 0x182c08
db "SCRATCHCAT@" ; species name
db "SCRATCHCAT@" ; species name
dw 104, 90; height, width
db "It loves things", $4e, "that sparkle. When", $4e, "it sees a shiny@"
db "object, the gold", $4e, "coin on its head", $4e, "shines too.@"
db "It loves things"
next "that sparkle. When"
next "it sees a shiny@"
db "object, the gold"
next "coin on its head"
next "shines too.@"
; 0x182c78