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/infohudmodes.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3972,7 +3972,7 @@ status_robotflush:

.checksecondfall
LDA !IH_BLANK : STA !HUD_TILEMAP+$8E
LDA !ENEMY_VAR_5+!ENEMY_2_OFFSET : CMP #$0280 : BMI .done
LDA !ENEMY_Y+!ENEMY_2_OFFSET : CMP #$0280 : BMI .done
LDA #$0C3D : STA !HUD_TILEMAP+$8E

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

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 @@
- Workaround audio popping issue with music off by muting track 4 and playing it instead of nothing (2.7.1)
- Corrections for KPDR 25% presets (2.7.1.1)
- Fix save stations so when you skip save or select no then save is skipped (2.7.1.2)
- Fix second robot indicator in robot flush room strat (2.7.1.3)

# 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.1.2",
"version": "2.7.1.3",
"variants": ["NTSC", "PAL"],
"base": {
"NTSC": {
Expand Down