mirror of
https://github.com/zeldaret/oot
synced 2026-06-07 03:57:35 -04:00
Document SaveContext.gameMode (#1295)
* Document `SaveContext.gameMode` * end credits * Remove no longer needed comment
This commit is contained in:
@@ -506,7 +506,7 @@ void func_80111070(void) {
|
||||
WREG(94) = 3;
|
||||
WREG(95) = 6;
|
||||
|
||||
if (gSaveContext.gameMode == 0) {
|
||||
if (gSaveContext.gameMode == GAMEMODE_NORMAL) {
|
||||
R_TEXTBOX_X = 52;
|
||||
R_TEXTBOX_Y = 36;
|
||||
VREG(2) = 214;
|
||||
|
||||
Reference in New Issue
Block a user