Skip to content

Commit 1876322

Browse files
committed
Merge 'Debug menu v3.1 bugfix' (OoTRandomizer#2533)
2 parents 4dc93d9 + 30af90e commit 1876322

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ASM/c/main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ void before_game_state_update() {
4949
manage_music_changes();
5050
manage_uninvert_yaxis();
5151
display_misc_messages();
52+
#if DEBUG_MODE
53+
manage_debug_inputs();
54+
#endif
5255
}
5356

5457
void after_game_state_update() {

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '9.0.20'
1+
__version__ = '9.0.21'
22

33
# This is a supplemental version number for branches based off of main dev.
44
supplementary_version = 0

0 commit comments

Comments
 (0)