diff --git a/src/infohudmodes.asm b/src/infohudmodes.asm index 9195bb0d..408baf9f 100644 --- a/src/infohudmodes.asm +++ b/src/infohudmodes.asm @@ -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 diff --git a/src/main.asm b/src/main.asm index 64b19b87..bf78587b 100644 --- a/src/main.asm +++ b/src/main.asm @@ -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 "" diff --git a/web/data/changelog.mdx b/web/data/changelog.mdx index 1dde5645..7d68ad72 100644 --- a/web/data/changelog.mdx +++ b/web/data/changelog.mdx @@ -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) diff --git a/web/data/config.json b/web/data/config.json index 18b585a4..9f5dd6d2 100644 --- a/web/data/config.json +++ b/web/data/config.json @@ -1,6 +1,6 @@ { "name": "Super Metroid Practice Hack", - "version": "2.7.1.2", + "version": "2.7.1.3", "variants": ["NTSC", "PAL"], "base": { "NTSC": {