diff options
Diffstat (limited to 'data/pokedex/entries/electabuzz.asm')
-rw-r--r-- | data/pokedex/entries/electabuzz.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokedex/entries/electabuzz.asm b/data/pokedex/entries/electabuzz.asm new file mode 100644 index 000000000..e6bf15587 --- /dev/null +++ b/data/pokedex/entries/electabuzz.asm @@ -0,0 +1,10 @@ +; ElectabuzzPokedexEntry: ; 0x1b992a + db "ELECTRIC@" ; species name + dw 307, 660 ; height, weight + + db "When two" + next "ELECTABUZZ touch," + next "they control the" + page "electric currents" + next "to communicate" + next "their feelings.@" |