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 @@
; GravelerPokedexEntry: ; 0x1b840c
db "ROCK@" ; species name
db "ROCK@" ; species name
dw 303, 2320; height, width
db "It travels by rol-", $4e, "ling on mountain", $4e, "paths. If it gains@"
db "too much speed, it", $4e, "stops by running", $4e, "into huge rocks.@"
db "It travels by rol-"
next "ling on mountain"
next "paths. If it gains@"
db "too much speed, it"
next "stops by running"
next "into huge rocks.@"
; 0x1b8481