mirror of https://github.com/pret/pokecrystal.git
9 lines
232 B
NASM
9 lines
232 B
NASM
|
; HypnoPokedexEntry: ; 0x1b8d80
|
||
|
db "HYPNOSIS@" ; species name
|
||
|
dw 503, 1670; height, width
|
||
|
|
||
|
db "The longer it", $4e, "swings its", $4e, "pendulum, the@"
|
||
|
db "longer the effects", $4e, "of its hypnosis", $4e, "last.@"
|
||
|
; 0x1b8ddd
|
||
|
|