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 @@
; GeodudePokedexEntry: ; 0x1b83a1
db "ROCK@" ; species name
db "ROCK@" ; species name
dw 104, 440; height, width
db "Proud of their", $4e, "sturdy bodies,", $4e, "they bash against@"
db "each other in a", $4e, "contest to prove", $4e, "whose is harder.@"
db "Proud of their"
next "sturdy bodies,"
next "they bash against@"
db "each other in a"
next "contest to prove"
next "whose is harder.@"
; 0x1b840c