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 @@
; DelibirdPokedexEntry: ; 0x1d0db1
db "DELIVERY@" ; species name
db "DELIVERY@" ; species name
dw 211, 350; height, width
db "It always carries", $4e, "its food with it,", $4e, "wherever it goes.@"
db "If attacked, it", $4e, "throws its food at", $4e, "the opponent.@"
db "It always carries"
next "its food with it,"
next "wherever it goes.@"
db "If attacked, it"
next "throws its food at"
next "the opponent.@"
; 0x1d0e25