summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-09-22 12:11:54 -0700
committerMarcus Huderle <huderlem@gmail.com>2015-09-22 12:11:54 -0700
commita4188b4ea36bdc4545e394219995ccb9e964fdbe (patch)
tree113e33b14daeee9e61bcaa224b0566747cac47c1 /main.asm
parent1cd5c259c2cd642e752a66b7cb93b4b263455589 (diff)
Label collision masks pointer in wram.
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 46646e7..612bda3 100755
--- a/main.asm
+++ b/main.asm
@@ -4857,7 +4857,7 @@ Func_22b5: ; 0x22b5
ld [$2000], a
ld a, [hLoadedROMBank]
push af
- ld a, [$d7f1]
+ ld a, [wStageCollisionMasksBank]
ld [hLoadedROMBank], a
ld [$2000], a
ld a, [wSubTileBallXPos]
@@ -4903,7 +4903,7 @@ Func_22b5: ; 0x22b5
rl b
sla c
rl b
- ld hl, $d7ef
+ ld hl, wStageCollisionMasksPointer
ld a, [hli]
ld h, [hl]
ld l, a