diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 12:32:34 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 12:32:34 -0400 |
commit | 2b96f4165f01fb41cb8c302a8da9d9a3131ab92e (patch) | |
tree | 8962d9131bd0acca036de46ca1f4810c4760c410 /scripts/pokemontower2.asm | |
parent | 2a0e32ee4e0cd1d432ecb8da822e6b798d6a13c2 (diff) |
Vermilion City scripts
Diffstat (limited to 'scripts/pokemontower2.asm')
-rwxr-xr-x | scripts/pokemontower2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pokemontower2.asm b/scripts/pokemontower2.asm index d498f88e..7aebf81b 100755 --- a/scripts/pokemontower2.asm +++ b/scripts/pokemontower2.asm @@ -2,7 +2,7 @@ PokemonTower2Script: ; 604f2 (18:44f2) call EnableAutoTextBoxDrawing ld hl, PokemonTower2ScriptPointers ld a, [W_POKEMONTOWER2CURSCRIPT] - jp CallFunctionInTable + jp JumpTable PokemonTower2Script_604fe: ; 604fe (18:44fe) xor a |