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 @@
; MagnetonPokedexEntry: ; 0x1b870a
db "MAGNET@" ; species name
db "MAGNET@" ; species name
dw 303, 1320; height, width
db "When many", $4e, "MAGNETON gather", $4e, "together, the@"
db "resulting magnetic", $4e, "storm disrupts", $4e, "radio waves.@"
db "When many"
next "MAGNETON gather"
next "together, the@"
db "resulting magnetic"
next "storm disrupts"
next "radio waves.@"
; 0x1b876c