Skip to content

Commit db02e9d

Browse files
authored
Castlevania 64: Implement New Game (#2472)
1 parent 3231577 commit db02e9d

31 files changed

+9828
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Currently, the following games are supported:
6262
* Kirby's Dream Land 3
6363
* Celeste 64
6464
* Zork Grand Inquisitor
65+
* Castlevania 64
6566

6667
For setup and instructions check out our [tutorials page](https://archipelago.gg/tutorial/).
6768
Downloads can be found at [Releases](https://github.com/ArchipelagoMW/Archipelago/releases), including compiled

docs/CODEOWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
# Bumper Stickers
2929
/worlds/bumpstik/ @FelicitusNeko
3030

31+
# Castlevania 64
32+
/worlds/cv64/ @LiquidCat64
33+
3134
# Celeste 64
3235
/worlds/celeste64/ @PoryGone
3336

inno_setup.iss

+5
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@ Root: HKCR; Subkey: "{#MyAppName}pkmnepatch"; ValueData: "Ar
169169
Root: HKCR; Subkey: "{#MyAppName}pkmnepatch\DefaultIcon"; ValueData: "{app}\ArchipelagoBizHawkClient.exe,0"; ValueType: string; ValueName: "";
170170
Root: HKCR; Subkey: "{#MyAppName}pkmnepatch\shell\open\command"; ValueData: """{app}\ArchipelagoBizHawkClient.exe"" ""%1"""; ValueType: string; ValueName: "";
171171

172+
Root: HKCR; Subkey: ".apcv64"; ValueData: "{#MyAppName}cv64patch"; Flags: uninsdeletevalue; ValueType: string; ValueName: "";
173+
Root: HKCR; Subkey: "{#MyAppName}cv64patch"; ValueData: "Archipelago Castlevania 64 Patch"; Flags: uninsdeletekey; ValueType: string; ValueName: "";
174+
Root: HKCR; Subkey: "{#MyAppName}cv64patch\DefaultIcon"; ValueData: "{app}\ArchipelagoBizHawkClient.exe,0"; ValueType: string; ValueName: "";
175+
Root: HKCR; Subkey: "{#MyAppName}cv64patch\shell\open\command"; ValueData: """{app}\ArchipelagoBizHawkClient.exe"" ""%1"""; ValueType: string; ValueName: "";
176+
172177
Root: HKCR; Subkey: ".apladx"; ValueData: "{#MyAppName}ladxpatch"; Flags: uninsdeletevalue; ValueType: string; ValueName: "";
173178
Root: HKCR; Subkey: "{#MyAppName}ladxpatch"; ValueData: "Archipelago Links Awakening DX Patch"; Flags: uninsdeletekey; ValueType: string; ValueName: "";
174179
Root: HKCR; Subkey: "{#MyAppName}ladxpatch\DefaultIcon"; ValueData: "{app}\ArchipelagoLinksAwakeningClient.exe,0"; ValueType: string; ValueName: "";

worlds/cv64/__init__.py

+327
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)