Skip to content

Commit

Permalink
func_800BB820 (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: ge36noc <[email protected]>
  • Loading branch information
HoxhaEndri and ge36noc authored Mar 29, 2024
1 parent c8258fb commit 4ca2a47
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/game/99ADC.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,14 @@ INCLUDE_ASM("asm/game/nonmatchings/99ADC", func_800BB738);

INCLUDE_ASM("asm/game/nonmatchings/99ADC", func_800BB7B4);

// matches with gcc 2.7.2
#ifndef NON_MATCHING
INCLUDE_ASM("asm/game/nonmatchings/99ADC", func_800BB820);
#else
u32 func_800BB820(void) {
return D_800EC9B4 >> 0x1F;
}
#endif

INCLUDE_ASM("asm/game/nonmatchings/99ADC", func_800BB838);

Expand Down

0 comments on commit 4ca2a47

Please sign in to comment.