diff options
Diffstat (limited to 'pokemontools/vba/vba.py')
-rw-r--r-- | pokemontools/vba/vba.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/vba/vba.py b/pokemontools/vba/vba.py index c32e8bd..2a2c4ca 100644 --- a/pokemontools/vba/vba.py +++ b/pokemontools/vba/vba.py @@ -140,7 +140,7 @@ class crystal(object): Go into the start menu, pause the game and try call(1, 0x1078) to see a string printed to the screen. """ - if not bank: + if bank is None: bank = calculate_bank(address) push = [ |