mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
238 B
NASM
9 lines
238 B
NASM
|
; ParasPokedexEntry: ; 0x18297f
|
||
|
db "MUSHROOM@" ; species name
|
||
|
dw 100, 120; height, width
|
||
|
|
||
|
db "The tochukaso", $4e, "growing on this", $4e, "#MON's back@"
|
||
|
db "orders it to", $4e, "extract juice from", $4e, "tree trunks.@"
|
||
|
; 0x1829e2
|
||
|
|