You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Text macros in Pokedex entries.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user