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 @@
; OmastarPokedexEntry: ; 0x1cc42e
db "SPIRAL@" ; species name
db "SPIRAL@" ; species name
dw 303, 770; height, width
db "Its heavy shell", $4e, "allowed it to", $4e, "reach only nearby@"
db "food. This could", $4e, "be the reason it", $4e, "is extinct.@"
db "Its heavy shell"
next "allowed it to"
next "reach only nearby@"
db "food. This could"
next "be the reason it"
next "is extinct.@"
; 0x1cc497