pokecrystal-board/stats/pokedex/entries/049.asm

9 lines
254 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; VenomothPokedexEntry: ; 0x182abf
db "POISONMOTH@" ; species name
dw 411, 280; height, width
db "The scales it", $4e, "scatters will", $4e, "paralyze anyone@"
db "who touches them,", $4e, "making that person", $4e, "unable to stand.@"
; 0x182b30