Various baserom fixes

- Fix buffer sword slash when dashing into water
- Fixed bug with MSU-1 GT2 track not falling back to GT track
- Fix for Kiki unfollowing after certain entrance transition conditions
This commit is contained in:
codemann8
2026-03-15 17:01:50 -05:00
parent 3ce66a4952
commit a3adb12422
2 changed files with 1 additions and 1 deletions

2
Rom.py
View File

@@ -43,7 +43,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '69578b6039ebd80d4213823127b29194'
RANDOMIZERBASEHASH = '767da6cf86c6e7163ae59b2cd8a7305d'
class JsonRom(object):

Binary file not shown.