From 5739f99912b09758d35a09a5ce79f3a2b442c50c Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 13 Jun 2026 15:55:02 -0700 Subject: [PATCH] port 60 FPS code to all GC versions --- notes/ar-codes.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/notes/ar-codes.txt b/notes/ar-codes.txt index c5dc71f7..7e71b439 100644 --- a/notes/ar-codes.txt +++ b/notes/ar-codes.txt @@ -682,8 +682,20 @@ Allow loading corrupted save files 041156D4 4E800020 60 frames per second -This does not adjust any logic or animations; everything just runs faster -3OE1 => 045CDEF8 00000001 +This doesn't adjust any logic or animations; everything just runs faster +3OJT => 043F5AC0 38800001 +3OJ2 => 043D8550 38800001 +3OJ3 => 043DAF58 38800001 +3OJ4 => 043DCDF8 38800001 +3OJ5 => 043DCBA8 38800001 +3OE0 => 043D9820 38800001 +3OE1 => 043D9878 38800001 +3OE2 => 043DCF78 38800001 +3OP0 => 043DBA68 38800001 +3SJT => 043567AC 38800001 +3SE0 => 0438A804 38800001 +3SJ0 => 043897B4 38800001 +3SP0 => 0438B6D4 38800001 Show extended item info when targeting a dropped item (Compiled from the ExtendedItemInfo patch, also written by me)