mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 06:10:21 +00:00
code_800F7260 (#433)
* Split code_800F7260 * More function splits, migrate rodata * Initial progress * Small progress * More substantial progress, finally figured out structs * 2 functions left * Move prototypes to functions.h * Remove unused asm, move most externs to variables.h * Fix merge * Ran formatter * Brackets to avoid && & Co-authored-by: krimtonz <33664508+krimtonz@users.noreply.github.com> * More variables to variables.h * Braces around early return Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * ARRAY_COUNT in sBankSizes and remove unnecessary temp vars Co-authored-by: krimtonz <33664508+krimtonz@users.noreply.github.com> Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
This commit is contained in:
parent
b4096eee34
commit
695552f0b8
37 changed files with 751 additions and 1555 deletions
|
@ -1341,7 +1341,7 @@ void func_808326F0(Player* this) {
|
|||
s32 i;
|
||||
|
||||
for (i = 0; i < 4; i++) {
|
||||
func_800F8D04(*entry + this->ageProperties->unk_92);
|
||||
func_800F8D04((u16)(*entry + this->ageProperties->unk_92));
|
||||
entry++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue