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/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 = 1
!VERSION_REV = 2

table ../resources/normal.tbl
print ""
Expand Down
2 changes: 1 addition & 1 deletion src/mainmenu.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3273,7 +3273,7 @@ rng_phan_phase_1_table:

rng_phan_phase_2_table:
dw #$3F00, #$2000, #$0800, #$0200, #$1000, #$0400, #$0100, #$3000
dw #$0C00, #$0300, #$0F00, #$3300, #$3C00, #$2A00, #$1500, #$0000
dw #$0C00, #$0300, #$0700, #$2300, #$2400, #$2200, #$0500, #$0000

rng_phan_set_phan_first_phase:
{
Expand Down
1 change: 1 addition & 0 deletions web/data/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
- 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)
- Remove rare 2nd round phantoon patterns from left/right/no slow/no mid/no fast options (2.7.6.2)

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