mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 23:44:53 +00:00
Naming1 (#1113)
* typo * rename 800636C0 to gameinfo_init * fix incorrect casing in cup button * some constants * add item00_none enum value * rename 80009460 to gdmaverbose * fix typos * Revert "some constants" This reverts commit27a07204d7
. * rename gdmaverbose to gdmamgrverbose * Revert "rename 800636C0 to gameinfo_init" This reverts commitc74e255929
. * Revert "fix incorrect casing in cup button" This reverts commitac313b3965
. * a couple of typos * minor changes based on clang-format
This commit is contained in:
parent
c55a8530ee
commit
a160fb96c8
8 changed files with 77 additions and 270 deletions
|
@ -88,7 +88,7 @@ void func_800C4344(GameState* gameState) {
|
|||
func_8006390C(&gameState->input[1]);
|
||||
}
|
||||
|
||||
D_80009460 = HREG(60);
|
||||
gDmaMgrVerbose = HREG(60);
|
||||
gDmaMgrDmaBuffSize = SREG(21) != 0 ? ALIGN16(SREG(21)) : 0x2000;
|
||||
gSystemArenaLogSeverity = HREG(61);
|
||||
gZeldaArenaLogSeverity = HREG(62);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue