InsaneFirebat

Results 24 comments of InsaneFirebat

Added a fix for our IGT room timer not being incremented when Samus is locked in place

For some reason, I was thinking there was already an AND #$00FF at the top of the routine, but the value isn't loaded until after the direction is determined. I...

It should be safe to add more checksums to the list. total mentioned using it to add romhack support where it made sense. We should probably do that for SM...

Gonna leave this pointed at master until it gets more activity.

I put together a couple of commits from this issue, but haven't pulled anything from my fork yet. Did you have anything in progress yet? The first commit is for...

Some feedback after testing: - The timeout for a shortcut going blank seems too short. It's caught me a couple times and closed the whole menu (because my shortcut contains...

Found a problem with the option to skip the game over menu. If there's no savestate to load, it loads the last preset pointer and set it as the preset...

Can we move `!CTRL_SHORTCUT_ROUTINE` so that it has its own label? The debugger is labeling it as `!ram_tilemap_buffer` since they share an address. A +1 on its address would fix...

I know that feeling. I just took a few weeks away from the disassembly. I've got a small pull on your fork too, pointing to this branch.