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/customizemenu.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ DreamCowboyProfileTable:
dw $35B2, $35B2, $6B5A, $7FFF, $35B2, $7FFF, $35B2, $35B2, $7FFF, $35B2, $6B5A

ZeniProfileTable:
dw $7D40, $3900, $7F00, $0000, $0000, $7FE0, $7EA0, $7FE0, $0000, $0000, $7E00
dw $7C0E, $0000, $602F, $0000, $0000, $602F, $03E0, $1BE0, $0000, $4900, $03E0

DyceProfileTable:
dw $5DC0, $5DC0, $77BD, $2060, $0000, $7FFF, $7FFF, $7FFF, $5DC0, $5DC0, $7FFF
Expand Down
2 changes: 1 addition & 1 deletion src/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lorom
!VERSION_MAJOR = 2
!VERSION_MINOR = 7
!VERSION_BUILD = 6
!VERSION_REV = 0
!VERSION_REV = 1

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 @@ -50,6 +50,7 @@
- Elevator CF now supports the Status room elevator (2.7.6)
- Fix menu crash corner case and improve sanity checking on persistent WRAM (2.7.6)
- Added Update Timers menu (2.7.6)
- Updated Zeni customize menu profile (2.7.6.1)

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