diff options
| author | Kevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com> | 2022-06-02 17:52:58 -0500 |
|---|---|---|
| committer | Kevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com> | 2022-06-02 17:52:58 -0500 |
| commit | d42c0ca23fe4a1a49b9ed53630ceb5182a3935f2 (patch) | |
| tree | 9068b6c8308286e99d8f08349ba47608cd791f6c /soh/src/code/code_800EC960.c | |
| parent | a4460c26ef7f37f03d5c1c76c0f4a7cf6543f017 (diff) | |
Fixed audio font loading
Diffstat (limited to 'soh/src/code/code_800EC960.c')
| -rw-r--r-- | soh/src/code/code_800EC960.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/soh/src/code/code_800EC960.c b/soh/src/code/code_800EC960.c index a91764138..9a67981ea 100644 --- a/soh/src/code/code_800EC960.c +++ b/soh/src/code/code_800EC960.c @@ -4420,8 +4420,6 @@ void func_800F5918(void) { void func_800F595C(u16 arg0) { u8 arg0b = arg0 & 0xFF; - return; // OTRTODO60 - if (sSeqFlags[arg0b] & 2) { Audio_PlayFanfare(arg0); } else if (sSeqFlags[arg0b] & 4) { |
