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 @@
; NidorinoPokedexEntry: ; 0x1823fd
db "POISON PIN@" ; species name
db "POISON PIN@" ; species name
dw 211, 430; height, width
db "It is easily", $4e, "agitated and uses", $4e, "its horn for@"
db "offense as soon as", $4e, "it notices an", $4e, "attacker.@"
db "It is easily"
next "agitated and uses"
next "its horn for@"
db "offense as soon as"
next "it notices an"
next "attacker.@"
; 0x182463