update HUD item box graphics pointers

This commit is contained in:
scawful
2023-01-12 01:49:01 -06:00
parent 99a0e0c95e
commit c270664887
2 changed files with 104 additions and 53 deletions

View File

@@ -44,7 +44,7 @@ Menu_Entry:
PHB : PHK : PLB
LDA.w $0200 : ASL : TAX
JSR (.vectors,X)
SEP #$20
PLB
RTL
@@ -72,6 +72,7 @@ Menu_InitGraphics:
; =============================================================================
; 01 MENU UPLOAD RIGHT
incsrc "menu_draw.asm"
Menu_UploadRight:
@@ -161,6 +162,7 @@ Menu_ScrollDown:
; =============================================================================
; 04 MENU ITEM SCREEN
incsrc "menu_select_item.asm"
Menu_ItemScreen:
@@ -303,7 +305,7 @@ Menu_ScrollUp:
STZ.b $E4
INC.w $0200
RTS
.loop
@@ -345,6 +347,7 @@ Menu_HookItems:
Menu_Exit:
{
REP #$20
; reset submodule
STZ $0200
@@ -356,7 +359,7 @@ Menu_Exit:
LDA.w Menu_ItemIndex, X : STA $0303
LDX.b #$3E
.loop
.loop
LDA.l $7EC300, X
STA.l $7EC500, X
DEX : DEX