summaryrefslogtreecommitdiff
path: root/_inc
diff options
context:
space:
mode:
authorClownacy <Clownacy@users.noreply.github.com>2023-08-24 18:34:22 +0100
committerClownacy <Clownacy@users.noreply.github.com>2023-08-24 18:34:22 +0100
commitdd65ce0dd2911923e8ab670196ccebad0403a85e (patch)
tree24e4e70d01dd8646c2f956211efbcf9e4801f3f9 /_inc
parent0cd8141b7b234e5b7a2bb4e4f1e16d798dd6ea30 (diff)
Deobfuscate two addresses.
Diffstat (limited to '_inc')
-rw-r--r--_inc/AnimateLevelGfx.asm2
-rw-r--r--_inc/LevelSizeLoad & BgScrollSpeed (JP1).asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/_inc/AnimateLevelGfx.asm b/_inc/AnimateLevelGfx.asm
index e3d9db4..7c25e54 100644
--- a/_inc/AnimateLevelGfx.asm
+++ b/_inc/AnimateLevelGfx.asm
@@ -575,7 +575,7 @@ AniArt_GiantRing:
move.w (v_gfxbigring).w,d0
lea (a1,d0.w),a1
; Turn VRAM address into VDP command
- addi.w #$8000,d0
+ addi.w #ArtTile_Giant_Ring*$20,d0
lsl.l #2,d0
lsr.w #2,d0
ori.w #$4000,d0
diff --git a/_inc/LevelSizeLoad & BgScrollSpeed (JP1).asm b/_inc/LevelSizeLoad & BgScrollSpeed (JP1).asm
index 1f08aeb..8203cd2 100644
--- a/_inc/LevelSizeLoad & BgScrollSpeed (JP1).asm
+++ b/_inc/LevelSizeLoad & BgScrollSpeed (JP1).asm
@@ -267,7 +267,7 @@ BgScroll_End:
clr.l (v_bgscreenposy).w
clr.l (v_bg2screenposy).w
clr.l (v_bg3screenposy).w
- lea ($FFFFA800).w,a2
+ lea (v_bgscroll_buffer).w,a2
clr.l (a2)+
clr.l (a2)+
clr.l (a2)+