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 @@
; NidokingPokedexEntry: ; 0x182463
db "DRILL@" ; species name
db "DRILL@" ; species name
dw 407, 1370; height, width
db "It uses its thick", $4e, "arms, legs and", $4e, "tail to attack@"
db "forcefully. Melee", $4e, "combat is its", $4e, "specialty.@"
db "It uses its thick"
next "arms, legs and"
next "tail to attack@"
db "forcefully. Melee"
next "combat is its"
next "specialty.@"
; 0x1824c8