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 @@
|
||||
; MukPokedexEntry: ; 0x1b89fc
|
||||
db "SLUDGE@" ; species name
|
||||
dw 311, 660; height, width
|
||||
db "SLUDGE@" ; species name
|
||||
dw 311, 660 ; height, width
|
||||
|
||||
db "As it moves, a"
|
||||
next "very strong poison"
|
||||
next "leaks from it,@"
|
||||
db "making the ground"
|
||||
next "leaks from it,"
|
||||
page "making the ground"
|
||||
next "there barren for"
|
||||
next "three years.@"
|
||||
; 0x1b8a68
|
||||
|
||||
Reference in New Issue
Block a user