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

9 lines
249 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; ElectabuzzPokedexEntry: ; 0x1b992a
db "ELECTRIC@" ; species name
dw 307, 660; height, width
db "When two", $4e, "ELECTABUZZ touch,", $4e, "they control the@"
db "electric currents", $4e, "to communicate", $4e, "their feelings.@"
; 0x1b9994