mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
245 B
NASM
9 lines
245 B
NASM
|
; TentacoolPokedexEntry: ; 0x1b82d1
|
||
|
db "JELLYFISH@" ; species name
|
||
|
dw 211, 1000; height, width
|
||
|
|
||
|
db "As it floats along", $4e, "on the waves, it", $4e, "uses its toxic@"
|
||
|
db "feelers to stab", $4e, "anything it", $4e, "touches.@"
|
||
|
; 0x1b8337
|
||
|
|