2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
- .bumpversion.cfg+1-1
- base-hack/Build/BuildEnums.py+6
- base-hack/Build/BuildLib.py+1
- base-hack/Build/build.py+23
- base-hack/Build/createComplexImages.py+20-1
- base-hack/Build/item_dictionaries.py+11
- base-hack/Build/model_port.py+108
- base-hack/asm/hookcode/modeltwo.asm+2
- base-hack/asm/variables/hack.asm+1-2
- base-hack/assets/arcade_jetpac/arcade/ap.png
- base-hack/assets/arcade_jetpac/jetpac/ap.png
- base-hack/assets/displays/ap_logo.png
- base-hack/assets/models/melon.dl
- base-hack/assets/models/rainbow_coin.dl
- base-hack/build.bat+1-1
- base-hack/include/archipelago.h+20-3
- base-hack/include/common_enums.h+1
- base-hack/include/common_structs.h+2-1
- base-hack/include/item_data.h+6-5
- base-hack/include/pause.h+3-3
- base-hack/include/variable_space_structs.h+6-2
- base-hack/include/vars.h+2-2
- base-hack/src/initialization/init.c+1
- base-hack/src/initialization/item_rando.c+1
- base-hack/src/item rando/archipelago.c+119-55
- base-hack/src/item rando/item_grab.c+6
- base-hack/src/lib.c+1-12
- base-hack/src/lib_items.c+17-7
- base-hack/src/main.c+2-2
- base-hack/src/misc/file_screen.c+16-11
- base-hack/src/misc/music_text.c+2-2
- base-hack/src/misc/shop_indicator.c+12-9
- base-hack/src/randomizers/move_rando.c+14-6
- base-hack/test.json+2-1
- base_hack_test.py+1-1
- bps_maker.html+26-89
- controller/app.py+3-3
- docker-compose.yml+42-39
- js.py+10-6
- randomizer.html+1-1
- randomizer/CollectibleLogicFiles/CreepyCastle.py+1-1
- randomizer/Enums/Items.jsonc+2-1
- randomizer/Enums/Transitions.py+2-2
- randomizer/Enums/Types.jsonc+2-1
- randomizer/Enums/Types.py+4-1
- randomizer/JsonReader.py+8-1
- randomizer/Lists/DoorLocations.py-1
- randomizer/Lists/EnemyTypes.py+1-1
- randomizer/Lists/Item.py+1
- randomizer/Lists/ShufflableExit.py+2-2
- randomizer/Logic.py+1-1
- randomizer/LogicFiles/AngryAztec.py+1-1
- randomizer/LogicFiles/DKIsles.py+1-1
- randomizer/LogicFiles/FranticFactory.py+4-4
- randomizer/LogicFiles/JungleJapes.py+1-1
- randomizer/Patching/ASMPatcher.py+3-2
- randomizer/Patching/ApplyLocal.py+2-2
- randomizer/Patching/ApplyRandomizer.py+3-2
- randomizer/Patching/ItemRando.py+31-20
- randomizer/Patching/Library/Generic.py+2
- randomizer/Patching/Library/Image.py+7
- randomizer/Settings.py+2
- randomizer/ShuffleBosses.py+6-1
- randomizer/ShuffleItems.py+9
- static/js/rompatcher/RomPatcher.js-1
- static/js/spoiler.js+1
- static/patches/pointer_addresses.json+1-1
- static/patches/shrink-dk64.bps
- static/patches/symbols.json+826-821
- static/presets/weights/weights_files.json-4
- templates/overworld.html+1-1
- typings/randomizer/Enums/Items.d.ts+1
- typings/randomizer/Enums/Items.pyi+1
- typings/randomizer/Enums/Types.d.ts+1
- typings/randomizer/Enums/Types.pyi+1
- version.py+1-1
- wiki/article_markdown/custom_locations/RandomSettingsDifficult.MD-1
- wiki/article_markdown/custom_locations/RandomSettingsDifficultWithQolShuffle.MD-1
- wiki/article_markdown/custom_locations/RandomSettingsEasy.MD-1
- wiki/article_markdown/custom_locations/RandomSettingsStandard.MD-1
- worker/tasks.py+2-2
0 commit comments