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 @@
; PoliwhirlPokedexEntry: ; 0x182ffd
db "TADPOLE@" ; species name
db "TADPOLE@" ; species name
dw 303, 440; height, width
db "Though it is", $4e, "skilled at walk-", $4e, "ing, it prefers to@"
db "live underwater", $4e, "where there is", $4e, "less danger.@"
db "Though it is"
next "skilled at walk-"
next "ing, it prefers to@"
db "live underwater"
next "where there is"
next "less danger.@"
; 0x183066