Skip to content

Commit db2244e

Browse files
committed
Release 2.7.3
1 parent fcd6ab5 commit db2244e

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/main.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ lorom
1616

1717
!VERSION_MAJOR = 2
1818
!VERSION_MINOR = 7
19-
!VERSION_BUILD = 2
20-
!VERSION_REV = 11
19+
!VERSION_BUILD = 3
20+
!VERSION_REV = 0
2121

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

web/data/changelog.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
- Fix typos in SuperHUD menu that prevented some selections from working (2.7.2.1)
2424
- Allow door event flags for grey doors to work (2.7.2.2)
2525
- Fix page navigation in SuperHUD menu (2.7.2.3)
26+
- Add category adjustment options, and also a few small category preset fixes (2.7.3)
27+
- Add toggle IGT/RTA and Boss HP controller shortcuts, and a couple bonk indicators (2.7.3)
2628

2729
# Version 2.6.x
2830
- 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",
3+
"version": "2.7.3",
44
"variants": ["NTSC", "PAL"],
55
"base": {
66
"NTSC": {

0 commit comments

Comments
 (0)