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 @@
; QwilfishPokedexEntry: ; 0x1d07b1
db "BALLOON@" ; species name
db "BALLOON@" ; species name
dw 108, 90; height, width
db "When faced with a", $4e, "larger opponent,", $4e, "it swallows as@"
db "much water as it", $4e, "can to match the", $4e, "opponent's size.@"
db "When faced with a"
next "larger opponent,"
next "it swallows as@"
db "much water as it"
next "can to match the"
next "opponent's size.@"
; 0x1d0821