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