Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lorom
!VERSION_MAJOR = 2
!VERSION_MINOR = 7
!VERSION_BUILD = 11
!VERSION_REV = 0
!VERSION_REV = 1

table ../resources/normal.tbl
print ""
Expand Down
2 changes: 1 addition & 1 deletion src/presets.asm
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ endif

JSL Randomize_Preset_Equipment
JSL $90AC8D ; Update beam graphics
JSL $82E139 ; Load target colours for common sprites, beams and slashing enemies / pickups
JSL load_common_target_colors
if !FEATURE_PAL
JSL $A08A2E
else ; Load enemies
Expand Down
1 change: 1 addition & 0 deletions web/data/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
- Minor updates to KPDR Kraid presets (2.7.10)
- Fix PAL bug where skipping a frame of gameplay could result in segment timer overflowing (2.7.11)
- New option to save two tinystates instead of one full savestate (2.7.11)
- Fix potential crash when loading presets (2.7.11.1)

# Version 2.6.x
- Optimize kraid rock projectiles to reduce lag when Kraid rises (2.6.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.7.11",
"version": "2.7.11.1",
"variants": ["NTSC", "PAL"],
"base": {
"NTSC": {
Expand Down
Loading