diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-19 10:38:20 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-19 16:05:19 -0400 |
| commit | 1a0992a2f16ba2026c7fbf9fcfd1576a0f81c329 (patch) | |
| tree | 0981af81f93d33b07cbfe47674d87ae4aa2d46b0 /scripts/gary.asm | |
| parent | Pull more data out of main.asm (diff) | |
| parent | Documented/Labeled Route 22 scripts. (diff) | |
| download | pokeyellow-1a0992a2f16ba2026c7fbf9fcfd1576a0f81c329.tar.gz pokeyellow-1a0992a2f16ba2026c7fbf9fcfd1576a0f81c329.tar.xz pokeyellow-1a0992a2f16ba2026c7fbf9fcfd1576a0f81c329.zip | |
Merge branch 'master' of https://github.com/huderlem/pokered into pull-data
Conflicts:
main.asm
text.asm
text/maps/route_22.asm
Diffstat (limited to 'scripts/gary.asm')
| -rwxr-xr-x | scripts/gary.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/gary.asm b/scripts/gary.asm index aeb04f78..48f7d950 100755 --- a/scripts/gary.asm +++ b/scripts/gary.asm @@ -109,9 +109,7 @@ GaryScript3: ; 75fbb (1d:5fbb) ret GaryScript4: ; 75fe4 (1d:5fe4) - ld b, BANK(Music_Cities1AlternateTempo) - ld hl, Music_Cities1AlternateTempo - call Bankswitch + callba Music_Cities1AlternateTempo ld a, $2 ld [$ff8c], a call GaryScript_760c8 |
