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 @@
; MewtwoPokedexEntry: ; 0x1cc8ae
db "GENETIC@" ; species name
db "GENETIC@" ; species name
dw 607, 2690; height, width
db "Said to rest qui-", $4e, "etly in an", $4e, "undiscovered cave,@"
db "this #MON was", $4e, "created solely for", $4e, "battling.@"
db "Said to rest qui-"
next "etly in an"
next "undiscovered cave,@"
db "this #MON was"
next "created solely for"
next "battling.@"
; 0x1cc915