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 @@
; FarfetchDPokedexEntry: ; 0x1b876c
db "WILD DUCK@" ; species name
db "WILD DUCK@" ; species name
dw 207, 330; height, width
db "In order to pre-", $4e, "vent their", $4e, "extinction, more@"
db "people have made", $4e, "an effort to breed", $4e, "these #MON.@"
db "In order to pre-"
next "vent their"
next "extinction, more@"
db "people have made"
next "an effort to breed"
next "these #MON.@"
; 0x1b87d7