Catobat map fix

Cutoff table updated
Mutliworld mem location added for item ids
This commit is contained in:
aerinon
2021-08-31 15:35:19 -06:00
parent fa516b58d4
commit 07a3a9ad03
4 changed files with 313 additions and 310 deletions

View File

@@ -112,6 +112,7 @@ function hexto555(h) = ((((h&$FF)/8)<<10)|(((h>>8&$FF)/8)<<5)|(((h>>16&$FF)/8)<<
!MULTIWORLD_SPRITEITEM_PLAYER_ID = "$7EC099"
!MULTIWORLD_HUD_TIMER = "$7EC09A"
!MULTIWORLD_HUD_DELAY = "#120"
!MULTIWORLD_ITEM_ID = "$7EC09B" ; for lua scripts?
!Dungeon_ChestData = "$01E96C"
incsrc hooks.asm