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 @@
; ScizorPokedexEntry: ; 0x1d0821
db "SCISSORS@" ; species name
db "SCISSORS@" ; species name
dw 511, 2600; height, width
db "This #MON's", $4e, "pincers, which", $4e, "contain steel, can@"
db "crush any hard", $4e, "object it gets a", $4e, "hold of into bits.@"
db "This #MON's"
next "pincers, which"
next "contain steel, can@"
db "crush any hard"
next "object it gets a"
next "hold of into bits.@"
; 0x1d088e