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 @@
; FearowPokedexEntry: ; 0x181f64
db "BEAK@" ; species name
db "BEAK@" ; species name
dw 311, 840; height, width
db "It uses its long", $4e, "beak to attack. It", $4e, "has a surprisingly@"
db "long reach, so it", $4e, "must be treated", $4e, "with caution.@"
db "It uses its long"
next "beak to attack. It"
next "has a surprisingly@"
db "long reach, so it"
next "must be treated"
next "with caution.@"
; 0x181fd4