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 @@
; MewPokedexEntry: ; 0x1cc915
db "NEW SPECIE@" ; species name
db "NEW SPECIE@" ; species name
dw 104, 90; height, width
db "Because it can", $4e, "learn any move,", $4e, "some people began@"
db "research to see if", $4e, "it is the ancestor", $4e, "of all #MON.@"
db "Because it can"
next "learn any move,"
next "some people began@"
db "research to see if"
next "it is the ancestor"
next "of all #MON.@"
; 0x1cc988