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 @@
; ScytherPokedexEntry: ; 0x1b9851
db "MANTIS@" ; species name
db "MANTIS@" ; species name
dw 411, 1230; height, width
db "It's very proud of", $4e, "its speed. It", $4e, "moves so fast that@"
db "its opponent does", $4e, "not even know what", $4e, "knocked it down.@"
db "It's very proud of"
next "its speed. It"
next "moves so fast that@"
db "its opponent does"
next "not even know what"
next "knocked it down.@"
; 0x1b98c5