Skip to content

Commit

Permalink
Remove "TODO: Always... codes" comment
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFTKP authored and skylersaleh committed Jul 25, 2023
1 parent 0e8f678 commit 04c543d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gba.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 04c543d

Please sign in to comment.