Commit Graph

44 Commits

Author SHA1 Message Date
Silvris
e63cf5ea85 fix bleeding default levels 2024-05-18 11:53:31 -05:00
Silvris
6300601c72 fix boss shuffle not working if level shuffle is disabled 2024-05-18 04:33:24 -05:00
Silvris
ab6468917b Update test_locations.py 2024-05-18 04:18:05 -05:00
Silvris
1927881e6f fix issues related to max_hs increase 2024-05-18 04:13:48 -05:00
Silvris
dac78d9ca8 Update gifting.py 2024-05-18 03:59:43 -05:00
Silvris
b44abf2924 add Miku flavor 2024-05-18 03:53:29 -05:00
Silvris
3b192c5407 overhaul filler generation 2024-05-18 03:38:11 -05:00
Silvris
139f222b92 fix animal duplication bug 2024-05-18 02:54:56 -05:00
Silvris
aa46e34119 whoops broke the world 2024-05-18 01:50:53 -05:00
Silvris
a3fefcd430 finish rename 2024-05-18 00:14:27 -05:00
Silvris
b1e8f20564 Rename to lowercase 2024-05-18 00:04:09 -05:00
Silvris
63ad042ca1 Add option groups 2024-05-17 23:49:20 -05:00
Silvris
5d75297dc5 Update Rom.py 2024-05-17 13:09:28 -05:00
Silvris
2ba0cd9883 fix stone softlock
because of the way Kine's Stone works, you can't clear the stone blocks before clearing the burning blocks, so we have to bring Burning from outside
2024-05-14 18:47:48 -05:00
Silvris
e738b0b593 typing cleanup 2024-05-14 17:18:25 -05:00
Silvris
e784a218dd Update __init__.py 2024-05-14 14:03:09 -05:00
Silvris
1d1728e82e fix rare async client bug 2024-04-29 20:58:18 -05:00
Silvris
623b35c8f9 Merge remote-tracking branch 'upstream/main' into instruction_patch_kdl3 2024-04-23 12:00:54 -05:00
Silvris
6f7c2fa25f KDL3: Fix invalid animal placements and fill error (#3152) 2024-04-18 18:52:23 +02:00
Silvris
8952fbdc03 KDL3: Fix boss access on open world disabled (#3120) 2024-04-12 00:29:40 +02:00
Silvris
26e9658c4a mypy phase 1 2024-04-09 00:28:24 -05:00
Silvris
c57b6d0e9f Update Gifting.py 2024-04-08 18:41:43 -05:00
Silvris
6480cfa68f mypy and softlock fix 2024-04-08 18:39:34 -05:00
Silvris
434aa5e915 Update Rom.py 2024-04-08 16:54:51 -05:00
Silvris
4e1ed33239 fix kine fill error 2024-04-08 16:46:30 -05:00
Silvris
f4cf8bed3d Merge branch 'main' into instruction_patch_kdl3 2024-04-04 20:58:58 -05:00
Silvris
24a03bc8b6 KDL3: fix shuffled animals not actually being random (#3060) 2024-04-01 15:02:26 +02:00
Silvris
80d7ac4164 KDL3: RC1 Fixes and Enhancement (#3022)
* fix cloudy park 4 rule, zero deathlink message

* remove redundant door_shuffle bool

when generic ER gets in, this whole function gets rewritten. So just clean it a little now.

* properly fix deathlink messages, fix fill error

* update docs
2024-03-28 15:41:32 +01:00
Silvris
eb1c96535a add prefill items 2024-03-27 22:18:26 -05:00
Silvris
675a904a54 Merge branch 'kdl3_rc_fixes' into instruction_patch_kdl3 2024-03-24 17:51:50 -05:00
Silvris
2920717ce7 update docs 2024-03-24 01:02:02 -05:00
Silvris
8fecb741b7 properly fix deathlink messages, fix fill error 2024-03-24 00:53:57 -05:00
Silvris
156838d63e remove redundant door_shuffle bool
when generic ER gets in, this whole function gets rewritten. So just clean it a little now.
2024-03-23 23:32:19 -05:00
Silvris
5844b12032 fix cloudy park 4 rule, zero deathlink message 2024-03-23 23:26:19 -05:00
Silvris
a236c9467a actually make bosses send their locations 2024-03-21 16:56:08 -05:00
Silvris
1912cd9d4c handle local items for real, appp cleanup 2024-03-21 01:38:27 -05:00
Silvris
fbf26f7191 coo not clean 2024-03-21 00:34:00 -05:00
Silvris
1693213835 initial base for local items, need to finish 2024-03-21 00:33:44 -05:00
Silvris
9b4c139f5b convert KDL3 to APPP 2024-03-14 18:36:33 -05:00
Silvris
b1109cad8a Update Rom.py 2024-03-14 17:01:38 -05:00
Silvris
3e3965272d KDL3: Ensure all abilities accessible on non-minimal (#2929) 2024-03-13 21:05:38 +01:00
Silvris
d3019421de KDL3: fix invalid inno_setup components and deathlink messages (#2922)
* remove component checking

* fix missing deathlink messages

* move reads under deathlink check
2024-03-11 23:26:21 +01:00
Silvris
3e0ff3f72d KDL3: Post-PR adjustments (#2917)
* logic adjustments, add patch_suffix

* forgot the other two consumables
2024-03-08 07:46:14 +01:00
Silvris
644f75978d Kirby's Dream Land 3: Implement New Game (#2119)
Co-authored-by: Alchav <59858495+Alchav@users.noreply.github.com>
Co-authored-by: Aaron Wagener <mmmcheese158@gmail.com>
Co-authored-by: Doug Hoskisson <beauxq@yahoo.com>
Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com>
2024-03-05 09:59:55 -06:00