diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-09-30 11:11:55 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-09-30 11:11:55 -0400 |
commit | 9c0815bae426468323bafa8b4f7a2b6b9f0e41f1 (patch) | |
tree | 763ba0cc81604761870db7eeb0e6c06137969949 /asm/SDK/OS | |
parent | 7c4be3103501672f96191329ae15d899eb1aae4a (diff) | |
parent | 657b04e3b40680fa96de914c2c690b460a18d05e (diff) |
Merge branch 'master' of https://github.com/doldecomp/pokerevo into label_ctors
Diffstat (limited to 'asm/SDK/OS')
-rw-r--r-- | asm/SDK/OS/OS.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/SDK/OS/OS.s b/asm/SDK/OS/OS.s index e8a8187..7958cf4 100644 --- a/asm/SDK/OS/OS.s +++ b/asm/SDK/OS/OS.s @@ -959,7 +959,7 @@ lbl_802690AC: /* 802690CC 00264D2C 80 03 00 00 */ lwz r0, 0(r3) /* 802690D0 00264D30 28 00 00 02 */ cmplwi r0, 2 /* 802690D4 00264D34 41 80 00 08 */ blt lbl_802690DC -/* 802690D8 00264D38 4B F7 03 5D */ bl func_801D9434 +/* 802690D8 00264D38 4B F7 03 5D */ bl EnableMetroTRKInterrupts lbl_802690DC: /* 802690DC 00264D3C 4B FF F6 C1 */ bl ClearArena /* 802690E0 00264D40 4B FF F8 99 */ bl ClearMEM2Arena |