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 @@
; IgglybuffPokedexEntry: ; 0x1cd32c
db "BALLOON@" ; species name
db "BALLOON@" ; species name
dw 100, 20; height, width
db "Instead of walking", $4e, "with its short", $4e, "legs, it moves@"
db "around by bouncing", $4e, "on its soft,", $4e, "tender body.@"
db "Instead of walking"
next "with its short"
next "legs, it moves@"
db "around by bouncing"
next "on its soft,"
next "tender body.@"
; 0x1cd396