projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
729cc2f
)
shadow bgp: removed
author
Lukas Krickl
<lukas@krickl.dev>
Tue, 15 Jul 2025 15:48:13 +0000
(17:48 +0200)
committer
Lukas Krickl
<lukas@krickl.dev>
Tue, 15 Jul 2025 15:48:13 +0000
(17:48 +0200)
src/video.s
patch
|
blob
|
history
src/wram.s
patch
|
blob
|
history
diff --git
a/src/video.s
b/src/video.s
index c7f1ab41615edd9c1287b4c8377a2bca8f918ae6..a9dec0d01f4974d7af5703fd99ac6aaa33af770d 100644
(file)
--- a/
src/video.s
+++ b/
src/video.s
@@
-166,9
+166,6
@@
video_wait_n_frames:
; disables window
video_fade_out:
push_all
-
- ld a, [BGP]
- ld [shadow_bgp], a
; disable winodw
ld a, [RLCD]
diff --git
a/src/wram.s
b/src/wram.s
index 826657ba2183e2b380f72d9b9cce63fa461321c6..bb576f563964ddd403e80361ee476f86e46a72f3 100644
(file)
--- a/
src/wram.s
+++ b/
src/wram.s
@@
-10,10
+10,6
@@
shadow_oam_end:
; as storage
scratch: .adv 16
- ; backup of RBGP
- ; used by video fade in and fade out
-shadow_bgp: .adv 1
-
frame_ready: .adv 1
frame_count: .adv 1