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 @@
; TentacoolPokedexEntry: ; 0x1b82d1
db "JELLYFISH@" ; species name
db "JELLYFISH@" ; species name
dw 211, 1000; height, width
db "As it floats along", $4e, "on the waves, it", $4e, "uses its toxic@"
db "feelers to stab", $4e, "anything it", $4e, "touches.@"
db "As it floats along"
next "on the waves, it"
next "uses its toxic@"
db "feelers to stab"
next "anything it"
next "touches.@"
; 0x1b8337