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 @@
; PikachuPokedexEntry: ; 0x1820ad
db "MOUSE@" ; species name
db "MOUSE@" ; species name
dw 104, 130; height, width
db "When it is anger-", $4e, "ed, it immediately", $4e, "discharges the@"
db "energy stored in", $4e, "the pouches in its", $4e, "cheeks.@"
db "When it is anger-"
next "ed, it immediately"
next "discharges the@"
db "energy stored in"
next "the pouches in its"
next "cheeks.@"
; 0x182117