Skip to content

Commit 9daf0c4

Browse files
committed
Fix typos in SuperHUD menu that prevented some selections from working
1 parent 9629c99 commit 9daf0c4

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

src/main.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lorom
1717
!VERSION_MAJOR = 2
1818
!VERSION_MINOR = 7
1919
!VERSION_BUILD = 2
20-
!VERSION_REV = 0
20+
!VERSION_REV = 1
2121

2222
table ../resources/normal.tbl
2323
print ""

src/mainmenu.asm

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@ ih_superhud_dashcounter:
21162116

21172117
ih_superhud_shinetune:
21182118
!IH_SUPERHUD_SHINETUNE_BOTTOM_INDEX = #$0006
2119-
%cm_jsl("Shine Tune", #action_select_infohud_mode, #$0006)
2119+
%cm_jsl("Shine Tune", #action_select_superhud_bottom, #$0006)
21202120

21212121
ih_superhud_iframecounter:
21222122
%cm_jsl("I-Frame Counter", #action_select_superhud_bottom, #$0007)
@@ -2134,7 +2134,7 @@ ih_superhud_hspeed:
21342134
%cm_jsl("Horizontal Speed", #action_select_superhud_bottom, #$000B)
21352135

21362136
ih_superhud_dashspeed:
2137-
%cm_jsl("Dash Speed", #action_select_infohud_mode, #$000C)
2137+
%cm_jsl("Dash Speed", #action_select_superhud_bottom, #$000C)
21382138

21392139
ih_superhud_vspeed:
21402140
%cm_jsl("Vertical Speed", #action_select_superhud_bottom, #$000D)
@@ -2187,7 +2187,7 @@ ih_superhud_moondance:
21872187
%cm_jsl("Moondance", #action_select_superhud_bottom, #$001B)
21882188

21892189
ih_superhud_kraidradar:
2190-
%cm_jsl("Kraid Nail Radar", #action_select_room_strat, #$001C)
2190+
%cm_jsl("Kraid Nail Radar", #action_select_superhud_bottom, #$001C)
21912191

21922192
ih_superhud_bootlessup:
21932193
%cm_jsl("Bootless Up In Two", #action_select_superhud_bottom, #$001D)
@@ -2223,7 +2223,7 @@ ih_superhud_ridleyai:
22232223
%cm_jsl("Ridley AI", #action_select_superhud_bottom, #$0027)
22242224

22252225
ih_superhud_kihuntermanip:
2226-
%cm_jsl("Kihunter Manipulation", #action_select_room_strat, #$0028)
2226+
%cm_jsl("Kihunter Manipulation", #action_select_superhud_bottom, #$0028)
22272227

22282228
ih_superhud_downbackzeb:
22292229
%cm_jsl("Downback Zeb Skip", #action_select_superhud_bottom, #$0029)
@@ -2332,7 +2332,7 @@ ih_superhud_middle_hspeed:
23322332
%cm_jsl("Horizontal Speed", #action_select_superhud_middle, #$0009)
23332333

23342334
ih_superhud_middle_dashspeed:
2335-
%cm_jsl("Dash Speed", #action_select_infohud_mode, #$000A)
2335+
%cm_jsl("Dash Speed", #action_select_superhud_middle, #$000A)
23362336

23372337
ih_superhud_middle_shottimer:
23382338
%cm_jsl("Shot Timer", #action_select_superhud_middle, #$000B)
@@ -2433,7 +2433,7 @@ ih_superhud_top_hspeed:
24332433
%cm_jsl("Horizontal Speed", #action_select_superhud_top, #$0009)
24342434

24352435
ih_superhud_top_dashspeed:
2436-
%cm_jsl("Dash Speed", #action_select_infohud_mode, #$000A)
2436+
%cm_jsl("Dash Speed", #action_select_superhud_top, #$000A)
24372437

24382438
ih_superhud_top_shottimer:
24392439
%cm_jsl("Shot Timer", #action_select_superhud_top, #$000B)

web/data/changelog.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- Add dash speed InfoHUD mode and new phantoon RNG flame options (2.7.2)
2121
- Modified ZSNES detection and ported in new splash screen (2.7.2)
2222
- Fix periodic damage >= 256 edge case with non-vanilla suit properties (2.7.2)
23+
- Fix typos in SuperHUD menu that prevented some selections from working (2.7.2.1)
2324

2425
# Version 2.6.x
2526
- Optimize kraid rock projectiles to reduce lag when Kraid rises (2.6.0)

web/data/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Super Metroid Practice Hack",
3-
"version": "2.7.2",
3+
"version": "2.7.2.1",
44
"variants": ["NTSC", "PAL"],
55
"base": {
66
"NTSC": {

0 commit comments

Comments
 (0)