diff options
author | Astatin <[email protected]> | 2025-08-06 21:00:27 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-08-06 21:00:27 +0200 |
commit | 8b7594415a4ca28b0193d24d59c3089f046a3be1 (patch) | |
tree | cc73c7f8b59ff5a30d9989bc99508de8b7241c08 /modes/loading.gbasm | |
parent | 4db56b6d877ee88a672f5361bbe372783086353d (diff) |
Add click sound effect on menu open, dialogue next & menu arrow moves
Diffstat (limited to 'modes/loading.gbasm')
-rw-r--r-- | modes/loading.gbasm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modes/loading.gbasm b/modes/loading.gbasm index 649d474..aad23bd 100644 --- a/modes/loading.gbasm +++ b/modes/loading.gbasm @@ -33,6 +33,7 @@ Loading_VBLANK_Entrypoint: LD $mem_loop_frame_timer, A CALL =Play_Music + CALL =Play_Sound_Effect .ENABLE_VBLANK_INTERRUPTS RETI |