From 08d8957236c5038ee57f49900cdd6001855146d1 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Tue, 3 Dec 2019 21:40:47 +1000 Subject: [PATCH] Attempt to decompile ai01de --- src/game/chr/chraicommands.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/game/chr/chraicommands.c b/src/game/chr/chraicommands.c index d8650d290..85ec9c7df 100644 --- a/src/game/chr/chraicommands.c +++ b/src/game/chr/chraicommands.c @@ -15503,6 +15503,19 @@ glabel ai01de /* f0600b0: 00000000 */ sll $zero,$zero,0x0 ); +// Mismatch due to different temporary registers +//bool ai01de(void) +//{ +// if (g_Vars.unk000318 == 0 && (s8)var8009dfe8[3] < 0) { +// u8 *cmd = g_Vars.ailist + g_Vars.aioffset; +// g_Vars.aioffset = chraiGoToLabel(g_Vars.ailist, g_Vars.aioffset, cmd[2]); +// } else { +// g_Vars.aioffset += 3; +// } +// +// return false; +//} + /** * @cmd 01e0 */