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 @@
; MukPokedexEntry: ; 0x1b89fc
db "SLUDGE@" ; species name
db "SLUDGE@" ; species name
dw 311, 660; height, width
db "As it moves, a", $4e, "very strong poison", $4e, "leaks from it,@"
db "making the ground", $4e, "there barren for", $4e, "three years.@"
db "As it moves, a"
next "very strong poison"
next "leaks from it,@"
db "making the ground"
next "there barren for"
next "three years.@"
; 0x1b8a68