Skip to content

Commit b18a34e

Browse files
committed
bump version to v1.1
1 parent c37c9d2 commit b18a34e

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rockman Zero 2 Platinum (cutscene skip hack)
22

3-
## [Download the IPS file here.](https://github.com/Ajarmar/platinum/releases/tag/v1.0)
3+
## [Download the IPS file here.](https://github.com/Ajarmar/platinum/releases/tag/v1.1)
44

55
This hack is meant to put Zero 2 more in line with Zero 3 and Zero 4. The kinds of cutscenes that typically are skippable in those games have been made to be skippable in this game. This includes:
66

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2025-06-22: v1.1
4+
5+
- Changed game start sound effect to **Phoenix Magnion's "Muda"**
6+
- This acts as a version signifier; it will be changed again for any future releases.
7+
- Fixed a bug where using a Cyber Elf that halves the health of a boss during a boss fight, and then going into another boss fight and skipping the boss cutscene would also halve the health of the second boss.
8+
39
## 2021-10-28: v1.0
410

511
- Changed game start sound effect to **Phoenix Magnion's "Moero"**

ips/z2-platinum_v1.1.ips

13.1 KB
Binary file not shown.

main.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
; Change the sound effect that plays when the game is started
3434
; For easier verification purposes
3535
.org ROMADDR_START_GAME_SOUND_EFFECT
36-
mov r0,#0x88 ; Moero
36+
mov r0,#0x89 ; Muda
3737
bl reset_health_play_sound_effect
3838
3939
; Set the Zero max entity count to 1

0 commit comments

Comments
 (0)