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 @@
; BeedrillPokedexEntry: ; 0x181c8a
db "POISON BEE@" ; species name
db "POISON BEE@" ; species name
dw 303, 650; height, width
db "It uses sharp,", $4e, "poisonous stings", $4e, "to defeat prey,@"
db "then takes the", $4e, "victim back to its", $4e, "nest for food.@"
db "It uses sharp,"
next "poisonous stings"
next "to defeat prey,@"
db "then takes the"
next "victim back to its"
next "nest for food.@"
; 0x181cfa