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 @@
; UnownPokedexEntry: ; 0x1d0373
db "SYMBOL@" ; species name
db "SYMBOL@" ; species name
dw 108, 110; height, width
db "Because different", $4e, "types of UNOWN", $4e, "exist, it is said@"
db "that they must", $4e, "have a variety of", $4e, "abilities.@"
db "Because different"
next "types of UNOWN"
next "exist, it is said@"
db "that they must"
next "have a variety of"
next "abilities.@"
; 0x1d03dd