mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
13 lines
247 B
NASM
13 lines
247 B
NASM
; LanturnPokedexEntry: ; 0x1cd1de
|
|
db "LIGHT@" ; species name
|
|
dw 311, 500; height, width
|
|
|
|
db "This #MON uses"
|
|
next "the bright part of"
|
|
next "its body, which@"
|
|
db "changed from a"
|
|
next "dorsal fin, to"
|
|
next "lure prey.@"
|
|
; 0x1cd243
|
|
|