Change all hex weekEventReg accesses into decimal (#660)

* Change all hex weekEventReg accesses into decimal

* Remove hex from Osn
This commit is contained in:
Tom Overton
2022-02-19 22:39:55 +00:00
committed by GitHub
parent c98184f8e3
commit fc270e338e
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ typedef enum {
/* 13 */ OCARINA_INSTRUMENT_PIANO,
/* 14 */ OCARINA_INSTRUMENT_BASS_GUITAR,
/* 15 */ OCARINA_INSTRUMENT_BABY_SINGING,
/* 16 */ OCARINA_INSTRUMENT_AMPLIFIED_GUITAR, // Related to (gSaveContext.weekEventReg[0x29] & 0x20)
/* 16 */ OCARINA_INSTRUMENT_AMPLIFIED_GUITAR, // Related to (gSaveContext.weekEventReg[41] & 0x20)
} OcarinaInstrumentId;
typedef enum {