Skip to content

Commit

Permalink
i give up
Browse files Browse the repository at this point in the history
  • Loading branch information
MegAmi24 committed Oct 29, 2023
1 parent 02e4da3 commit 47f9f96
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions RSDKv4/Userdata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1244,12 +1244,7 @@ void NotifyCallback(int *callback, int *param1, int *param2, int *param3)
case NOTIFY_BOSS_END: PrintLog("NOTIFY: BossEnd() -> %d", *param1); break;
case NOTIFY_SPECIAL_END: PrintLog("NOTIFY: SpecialEnd() -> %d", *param1); break;
case NOTIFY_DEBUGPRINT:
// This callback can be called with either CallNativeFunction2 or CallNativeFunction4
try {
PrintLog("NOTIFY: DebugPrint() -> %d, %d, %d", *param1, *param2, *param3);
} catch (...) {
PrintLog("NOTIFY: DebugPrint() -> %d", *param1);
}
PrintLog("NOTIFY: DebugPrint() -> %d", *param1);
break;
case NOTIFY_KILL_BOSS: PrintLog("NOTIFY: KillBoss() -> %d", *param1); break;
case NOTIFY_TOUCH_EMERALD: PrintLog("NOTIFY: TouchEmerald() -> %d", *param1); break;
Expand Down

0 comments on commit 47f9f96

Please sign in to comment.