pokecrystal-board/stats/pokedex/entries/171.asm
2014-03-06 00:46:01 -05:00

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