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 @@
|
||||
; GeodudePokedexEntry: ; 0x1b83a1
|
||||
db "ROCK@" ; species name
|
||||
db "ROCK@" ; species name
|
||||
dw 104, 440; height, width
|
||||
|
||||
db "Proud of their", $4e, "sturdy bodies,", $4e, "they bash against@"
|
||||
db "each other in a", $4e, "contest to prove", $4e, "whose is harder.@"
|
||||
db "Proud of their"
|
||||
next "sturdy bodies,"
|
||||
next "they bash against@"
|
||||
db "each other in a"
|
||||
next "contest to prove"
|
||||
next "whose is harder.@"
|
||||
; 0x1b840c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user