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 @@
; NidoranFPokedexEntry: ; 0x18224b
db "POISON PIN@" ; species name
db "POISON PIN@" ; species name
dw 104, 150; height, width
db "Small and very", $4e, "docile, it pro-", $4e, "tects itself with@"
db "its small, poison-", $4e, "ous horn when", $4e, "attacked.@"
db "Small and very"
next "docile, it pro-"
next "tects itself with@"
db "its small, poison-"
next "ous horn when"
next "attacked.@"
; 0x1822b6