mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-12 12:25:27 -05:00
import Battle for testing
This commit is contained in:
@@ -6,15 +6,19 @@ import unittest
|
||||
|
||||
import pokemontools.vba.vba as vba
|
||||
|
||||
from pokemontools.vba.battle import (
|
||||
Battle,
|
||||
BattleException,
|
||||
)
|
||||
|
||||
try:
|
||||
import pokemontools.vba.vba_autoplayer as autoplayer
|
||||
except ImportError:
|
||||
import pokemontools.vba.autoplayer as autoplayer
|
||||
autoplayer.vba = vba
|
||||
|
||||
import pokemontools.vba.keyboard as keyboard
|
||||
|
||||
autoplayer.vba = vba
|
||||
|
||||
def setup_wram():
|
||||
"""
|
||||
Loads up some default addresses. Should eventually be replaced with the
|
||||
|
||||
Reference in New Issue
Block a user