mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
11 lines
222 B
NASM
11 lines
222 B
NASM
; GrimerPokedexEntry: ; 0x1b89a2
|
|
db "SLUDGE@" ; species name
|
|
dw 211, 660 ; height, width
|
|
|
|
db "When two of these"
|
|
next "#MON's bodies"
|
|
next "are combined"
|
|
page "together, new"
|
|
next "poisons are"
|
|
next "created.@"
|