forked from mirror/Archipelago
Some checks failed
Analyze modified files / flake8 (push) Failing after 2m28s
Build / build-win (push) Has been cancelled
Build / build-ubuntu2204 (push) Has been cancelled
ctest / Test C++ ubuntu-latest (push) Has been cancelled
ctest / Test C++ windows-latest (push) Has been cancelled
Analyze modified files / mypy (push) Has been cancelled
Build and Publish Docker Images / Push Docker image to Docker Hub (push) Successful in 5m4s
Native Code Static Analysis / scan-build (push) Failing after 5m2s
type check / pyright (push) Successful in 1m7s
unittests / Test Python 3.11.2 ubuntu-latest (push) Failing after 16m23s
unittests / Test Python 3.12 ubuntu-latest (push) Failing after 28m19s
unittests / Test Python 3.13 ubuntu-latest (push) Failing after 14m49s
unittests / Test hosting with 3.13 on ubuntu-latest (push) Successful in 5m0s
unittests / Test Python 3.13 macos-latest (push) Has been cancelled
unittests / Test Python 3.11 windows-latest (push) Has been cancelled
unittests / Test Python 3.13 windows-latest (push) Has been cancelled
37 lines
861 B
Python
37 lines
861 B
Python
# Individual Lap Modifier Enabler [Ralf]
|
|
lap_modifier = [
|
|
0x04005420, 0x807D0004,
|
|
0x04005424, 0x88030019,
|
|
0x04005428, 0x28000020,
|
|
0x0400542C, 0x40810024,
|
|
0x04005430, 0x28000034,
|
|
0x04005434, 0x4080001C,
|
|
0x04005438, 0x3C808000,
|
|
0x0400543C, 0x6084543F,
|
|
0x04005440, 0x7C0400AE,
|
|
0x04005444, 0x28000000,
|
|
0x04005448, 0x41820008,
|
|
0x0400544C, 0x98030018,
|
|
0x04005450, 0x48182754,
|
|
0x04187BA0, 0x4BE7D880,
|
|
]
|
|
|
|
# Enable Staff Ghosts [Ralf] + Unlock Everything
|
|
unlock_everything = [
|
|
0x043BC1C4, 0xFFFFFFFF,
|
|
0x041CD680, 0x60000000,
|
|
0x041CDD68, 0x60000000,
|
|
]
|
|
|
|
# Grand Prix Mode: Allow Course Selection [Ralf]
|
|
gp_course_selection = [
|
|
0x04169E94, 0x41820050,
|
|
]
|
|
|
|
# Red & Green Fireball Item Limit [Ralf]
|
|
fireball_limit = [
|
|
0x0435567C, 0x00000014,
|
|
0x00355651, 0x00000014,
|
|
0x00355641, 0x00000014,
|
|
]
|