From 04c543dd96942b56c27dc9b29db762f1706cdefd Mon Sep 17 00:00:00 2001 From: offtkp Date: Tue, 25 Jul 2023 22:58:10 +0300 Subject: [PATCH] Remove "TODO: Always... codes" comment --- src/gba.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gba.h b/src/gba.h index b281807bc..fa9eb2ca1 100644 --- a/src/gba.h +++ b/src/gba.h @@ -2974,7 +2974,6 @@ bool gba_handle_ar_if_instruction(gba_t* gba, uint32_t left, uint32_t right){ break; } case 0x6:{ - // TODO: "Always..." codes ? printf("Invalid AR if instruction\n"); return false; } @@ -3128,7 +3127,7 @@ bool gba_run_ar_cheat(gba_t* gba, const uint32_t* buffer, uint32_t size){ } case 0x40:{ if (!condition){ - // skip next two instructions + // skip next two instructions i+=4; continue; }