Improvements to Bonk Drop Shuffle

- Trees revert color when collected
- Fixed issue with sprites getting stuck in rocks
This commit is contained in:
codemann8
2022-07-26 21:06:09 -05:00
parent b877ddb4d7
commit ce269daa88
3 changed files with 4 additions and 4 deletions

2
Rom.py
View File

@@ -38,7 +38,7 @@ from source.dungeon.RoomList import Room0127
JAP10HASH = '03a63945398191337e896e5771f77173' JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '528840ac74c94330e8bb70ce6d96161e' RANDOMIZERBASEHASH = 'ae56110fe1228423c9d6a6cee361f7ac'
class JsonRom(object): class JsonRom(object):

View File

@@ -1340,9 +1340,9 @@ db $2e, $b4, $08, $b0, $00, $20
db $32, $29, $10, $42, $00, $20 db $32, $29, $10, $42, $00, $20
db $32, $9a, $08, $b2, $00, $20 db $32, $9a, $08, $b2, $00, $20
db $42, $66, $10, $b2, $00, $20 db $42, $66, $10, $b2, $00, $20
db $51, $08, $10, $b2, $00, $00 db $51, $08, $10, $b2, $00, $04
db $51, $09, $08, $b2, $00, $00 db $51, $09, $08, $b2, $00, $04
db $54, $b5, $10, $27, $00, $00 db $54, $b5, $10, $27, $00, $14
db $54, $ef, $08, $b2, $00, $08 db $54, $ef, $08, $b2, $00, $08
db $54, $b9, $04, $36, $00, $00 db $54, $b9, $04, $36, $00, $00
db $55, $aa, $10, $b0, $00, $20 db $55, $aa, $10, $b0, $00, $20

Binary file not shown.