fox32rom: Add menu_update_event to the jump table (oops)
This commit is contained in:
parent
de64ea53b8
commit
b3c5c722dc
|
@ -43,6 +43,7 @@ clear_menu_bar: jmp [0xF004400C]
|
||||||
draw_menu_bar_root_items: jmp [0xF0044010]
|
draw_menu_bar_root_items: jmp [0xF0044010]
|
||||||
draw_menu_items: jmp [0xF0044014]
|
draw_menu_items: jmp [0xF0044014]
|
||||||
close_menu: jmp [0xF0044018]
|
close_menu: jmp [0xF0044018]
|
||||||
|
menu_update_event: jmp [0xF004401C]
|
||||||
|
|
||||||
; event types
|
; event types
|
||||||
const MOUSE_CLICK_EVENT_TYPE: 0x00000000
|
const MOUSE_CLICK_EVENT_TYPE: 0x00000000
|
||||||
|
|
1
main.asm
1
main.asm
|
@ -192,6 +192,7 @@ get_rom_version:
|
||||||
data.32 draw_menu_bar_root_items
|
data.32 draw_menu_bar_root_items
|
||||||
data.32 draw_menu_items
|
data.32 draw_menu_items
|
||||||
data.32 close_menu
|
data.32 close_menu
|
||||||
|
data.32 menu_update_event
|
||||||
|
|
||||||
org.pad 0xF004F000
|
org.pad 0xF004F000
|
||||||
standard_font_width:
|
standard_font_width:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user