Small changes for bomblogic

This commit is contained in:
aerinon
2021-07-28 15:21:51 -06:00
parent 46de270923
commit d70f2ee355
4 changed files with 14 additions and 6 deletions

View File

@@ -1,9 +1,14 @@
# New Features
None yet
Bomb Logic added as an option. This removes your ability to use bombs until you find a "bomb bag", a +10 Bomb Capacity item. It is accounted for in the logic, so you aren't expected to get items behind bomb walls until you have found the bomb capacity item. The upgrades are removed from the upgrade fairy as well.
```
--bomblogic
```
# Bug Fixes and Notes.
* 0.5.0.1
* --bomblogic option added
* 0.5.0.0
* Handles headered roms for enemizer (Thanks compiling)
* Warning added for earlier version of python (Thanks compiling)