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 @@
; MagikarpPokedexEntry: ; 0x1cc000
db "FISH@" ; species name
db "FISH@" ; species name
dw 211, 220; height, width
db "This weak and", $4e, "pathetic #MON", $4e, "gets easily pushed@"
db "along rivers when", $4e, "there are strong", $4e, "currents.@"
db "This weak and"
next "pathetic #MON"
next "gets easily pushed@"
db "along rivers when"
next "there are strong"
next "currents.@"
; 0x1cc065