MMBN3: Fixes crash when checking certain locations (#2003)

This commit is contained in:
digiholic
2023-07-21 11:00:44 -06:00
committed by GitHub
parent 3c1950dd40
commit 9839164817
2 changed files with 19 additions and 4 deletions

View File

@@ -25,6 +25,8 @@ charDict = {
"BowneGlobal10": 0x7D, "BowneGlobal11": 0x7E, '\n': 0xE8, 'ω': 0x6C
}
dictChar = {v: k for k, v in charDict.items()}
undernet_item_indices = [27, 28, 29, 30, 31, 32, 58, 34, 34]