Inverted: Fix empty item box for mountain starting position

This commit is contained in:
Kevin Cathcart
2018-09-20 19:38:44 -04:00
parent 891bb49ce2
commit ada875818d
2 changed files with 12 additions and 0 deletions

View File

@@ -542,12 +542,18 @@ Sound_SetSfx3PanLong:
org $0DDB7F
HUD_RefreshIconLong:
org $0DDD32
Equipment_UpdateEquippedItemLong:
org $0DE01E ; 6E10E - equipment.asm : 787
BottleMenu_movingOn:
org $0DE346
RestoreNormalMenu:
org $0DE395
Equipment_SearchForEquippedItemLong:
org $0DE9C8
DrawProgressIcons: ; this returns short
@@ -560,6 +566,9 @@ HUD_RebuildLong:
org $0DFA88
HUD_RebuildIndoor_Palace:
org $0DFA88
HUD_RebuildLong2:
org $0EEE10
Messaging_Text:

View File

@@ -136,6 +136,9 @@ JML.l AllowStartFromExitReturn
STZ $B0
STZ $04AA
JSL Equipment_SearchForEquippedItemLong
JSL HUD_RebuildLong2
JSL $0DDD32 ; Equipment_UpdateEquippedItemLong
RTL
;--------------------------------------------------------------------------------