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 @@
; ShellderPokedexEntry: ; 0x1b8a68
db "BIVALVE@" ; species name
db "BIVALVE@" ; species name
dw 100, 90; height, width
db "Clamping on to an", $4e, "opponent reveals", $4e, "its vulnerable@"
db "parts, so it uses", $4e, "this move only as", $4e, "a last resort.@"
db "Clamping on to an"
next "opponent reveals"
next "its vulnerable@"
db "parts, so it uses"
next "this move only as"
next "a last resort.@"
; 0x1b8ad9