fox32rom: Add menu_update_event to the jump table (oops)

This commit is contained in:
Ry 2022-03-23 11:30:17 -07:00
parent de64ea53b8
commit b3c5c722dc
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ clear_menu_bar: jmp [0xF004400C]
draw_menu_bar_root_items: jmp [0xF0044010]
draw_menu_items: jmp [0xF0044014]
close_menu: jmp [0xF0044018]
menu_update_event: jmp [0xF004401C]
; event types
const MOUSE_CLICK_EVENT_TYPE: 0x00000000

View File

@ -192,6 +192,7 @@ get_rom_version:
data.32 draw_menu_bar_root_items
data.32 draw_menu_items
data.32 close_menu
data.32 menu_update_event
org.pad 0xF004F000
standard_font_width: