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 @@
; ArcaninePokedexEntry: ; 0x182f1c
db "LEGENDARY@" ; species name
db "LEGENDARY@" ; species name
dw 603, 3420; height, width
db "An ancient picture", $4e, "scroll shows that", $4e, "people were@"
db "attracted to its", $4e, "movement as it ran", $4e, "through prairies.@"
db "An ancient picture"
next "scroll shows that"
next "people were@"
db "attracted to its"
next "movement as it ran"
next "through prairies.@"
; 0x182f91