From: Lukas Krickl Date: Sat, 29 Mar 2025 06:27:26 +0000 (+0100) Subject: update: Removed update table X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=465cf2b8ce0d1e85cd7a0aef992815ecb7534f4e;p=gbrg%2F.git update: Removed update table --- diff --git a/src/ui.s b/src/ui.s index 86811f7..a60af06 100644 --- a/src/ui.s +++ b/src/ui.s @@ -16,6 +16,5 @@ ui_draw: ; ui building selector state ui_building_selector_update: - ldnull bc ret diff --git a/src/update.s b/src/update.s index ce47edd..ecf9b0b 100644 --- a/src/update.s +++ b/src/update.s @@ -1,8 +1,3 @@ -; update function table -update_table: -dw update_game -dw update_pause - update_game_over: ret