diff options
Diffstat (limited to 'text/PowerPlant.asm')
-rw-r--r-- | text/PowerPlant.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/text/PowerPlant.asm b/text/PowerPlant.asm new file mode 100644 index 00000000..e5df6674 --- /dev/null +++ b/text/PowerPlant.asm @@ -0,0 +1,6 @@ +_VoltorbBattleText:: + text "Bzzzt!" + done + +_ZapdosBattleText:: + text "Gyaoo!@@" |