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 @@
; RhyhornPokedexEntry: ; 0x1b935d
db "SPIKES@" ; species name
db "SPIKES@" ; species name
dw 303, 2540; height, width
db "It can remember", $4e, "only one thing at", $4e, "a time. Once it@"
db "starts rushing, it", $4e, "forgets why it", $4e, "started.@"
db "It can remember"
next "only one thing at"
next "a time. Once it@"
db "starts rushing, it"
next "forgets why it"
next "started.@"
; 0x1b93c5