File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3972,7 +3972,7 @@ status_robotflush:
39723972
39733973 .checksecondfall
39743974 LDA !IH_BLANK : STA !HUD_TILEMAP + $ 8E
3975- LDA !ENEMY_VAR_5 + !ENEMY_2_OFFSET : CMP # $ 0280 : BMI .done
3975+ LDA !ENEMY_Y + !ENEMY_2_OFFSET : CMP # $ 0280 : BMI .done
39763976 LDA # $ 0C3D : STA !HUD_TILEMAP + $ 8E
39773977
39783978 .done
Original file line number Diff line number Diff line change 1616!VERSION_MAJOR = 2
1717!VERSION_MINOR = 7
1818!VERSION_BUILD = 1
19- !VERSION_REV = 2
19+ !VERSION_REV = 3
2020
2121table ../resources/normal.tbl
2222print ""
Original file line number Diff line number Diff line change 1212- Workaround audio popping issue with music off by muting track 4 and playing it instead of nothing (2.7.1)
1313- Corrections for KPDR 25% presets (2.7.1.1)
1414- Fix save stations so when you skip save or select no then save is skipped (2.7.1.2)
15+ - Fix second robot indicator in robot flush room strat (2.7.1.3)
1516
1617# Version 2.6.x
1718- Optimize kraid rock projectiles to reduce lag when Kraid rises (2.6.0)
Original file line number Diff line number Diff line change 11{
22 "name" : " Super Metroid Practice Hack" ,
3- "version" : " 2.7.1.2 " ,
3+ "version" : " 2.7.1.3 " ,
44 "variants" : [" NTSC" , " PAL" ],
55 "base" : {
66 "NTSC" : {
You can’t perform that action at this time.
0 commit comments