You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Use the "page" text macro in Pokedex entries.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
; DiglettPokedexEntry: ; 0x182b30
|
||||
db "MOLE@" ; species name
|
||||
dw 8, 20; height, width
|
||||
db "MOLE@" ; species name
|
||||
dw 8, 20 ; height, width
|
||||
|
||||
db "It digs under-"
|
||||
next "ground and chews"
|
||||
next "on tree roots,@"
|
||||
db "sticking its head"
|
||||
next "on tree roots,"
|
||||
page "sticking its head"
|
||||
next "out only when the"
|
||||
next "sun isn't bright.@"
|
||||
; 0x182b9d
|
||||
|
||||
Reference in New Issue
Block a user