projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82ccd61
)
update: Removed update table
author
Lukas Krickl
<lukas@krickl.dev>
Sat, 29 Mar 2025 06:27:26 +0000
(07:27 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Sat, 29 Mar 2025 06:27:26 +0000
(07:27 +0100)
src/ui.s
patch
|
blob
|
history
src/update.s
patch
|
blob
|
history
diff --git
a/src/ui.s
b/src/ui.s
index 86811f77edd567e95d349f2d73674e48efe367d1..a60af0693844bcb403ba40ac68a497d4137c3d76 100644
(file)
--- 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 ce47edd088b8feb5dfeb18d6d00a5ebeb4d0b92a..ecf9b0b41d697da0f67b63e1fdaf198c74434828 100644
(file)
--- 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