pokecrystal-board/data/pokedex/entries/171.asm
2014-05-31 22:57:00 -07:00

13 lines
245 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"
page "changed from a"
next "dorsal fin, to"
next "lure prey.@"
; 0x1cd243