Skip to content

Commit

Permalink
Fix reserve crash on pause menu
Browse files Browse the repository at this point in the history
Caused by overlapping freespace in bank $82
Pushing this live on its own as v2.6.2.2
  • Loading branch information
InsaneFirebat committed Aug 11, 2024
1 parent 9e069e5 commit 6a326c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/layout.asm
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ layout_create_plms_execute_asm:
warnpc $82EB9F


org $82F7A0
org $82F800
print pc, " layout bank82 start"

layout_create_plms_itempickups_end:
Expand Down
2 changes: 1 addition & 1 deletion src/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lorom
!VERSION_MAJOR = 2
!VERSION_MINOR = 6
!VERSION_BUILD = 2
!VERSION_REV = 1
!VERSION_REV = 2

table ../resources/normal.tbl
print ""
Expand Down
1 change: 1 addition & 0 deletions web/data/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Added options to randomize equipment when loading a preset (2.6.2)
- Added Audio and sound test menu (2.6.2)
- Hotfix a freeze in the customize menu (2.6.2.1)
- Fixed a crash when activating reserves in the pause menu (2.6.2.2)

# Version 2.5.x
- Added a separate version of savestates for MiSTer, Everdrives, and most modern emulators (not SNES Classic/VC) (2.5.0)
Expand Down
2 changes: 1 addition & 1 deletion web/data/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Super Metroid Practice Hack",
"version": "2.6.2.1",
"version": "2.6.2.2",
"variants": ["NTSC", "PAL"],
"base": {
"NTSC": {
Expand Down

0 comments on commit 6a326c6

Please sign in to comment.