diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-01 17:24:31 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-01 17:24:31 -0400 |
| commit | 0acd7a594d57e92931a03c76b55ed486265bdc2b (patch) | |
| tree | 4a1dd1b5e7f767125423e19bc07434d7b88074af /scripts/pokemontower1.asm | |
| parent | Lavender Mart and Pokecenter (diff) | |
| download | pokeyellow-0acd7a594d57e92931a03c76b55ed486265bdc2b.tar.gz pokeyellow-0acd7a594d57e92931a03c76b55ed486265bdc2b.tar.xz pokeyellow-0acd7a594d57e92931a03c76b55ed486265bdc2b.zip | |
All of Pokemon Tower
Diffstat (limited to 'scripts/pokemontower1.asm')
| -rwxr-xr-x | scripts/pokemontower1.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/pokemontower1.asm b/scripts/pokemontower1.asm index 4887e740..99b8efef 100755 --- a/scripts/pokemontower1.asm +++ b/scripts/pokemontower1.asm @@ -1,5 +1,6 @@ PokemonTower1Script: ; 6042c (18:442c) - jp EnableAutoTextBoxDrawing + call EnableAutoTextBoxDrawing + ret PokemonTower1TextPointers: ; 6042f (18:442f) dw PokemonTower1Text1 |
