aboutsummaryrefslogtreecommitdiff
path: root/definitions.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-11-15 17:43:42 +0900
committerAstatin <[email protected]>2024-11-15 17:43:42 +0900
commit1aa36f5ce5bbdbd597456efd4603b83682d27e59 (patch)
tree9469e417060ac4db2c60b8c1c6890994c18bd439 /definitions.gbasm
parentcfd36cc6a11923c8863b699e70b90149ad1c731a (diff)
Fix the hop map loading + animation entity + object loading
Diffstat (limited to 'definitions.gbasm')
-rw-r--r--definitions.gbasm5
1 files changed, 5 insertions, 0 deletions
diff --git a/definitions.gbasm b/definitions.gbasm
index 04daa19..97f1e93 100644
--- a/definitions.gbasm
+++ b/definitions.gbasm
@@ -69,6 +69,11 @@
.DEFINE dialogue_menu_choice3_routine $c01e ; Takes also $c01f
.DEFINE mem_last_button_action ($c020)
+.DEFINE mem_loading_step ($c021)
+
+.DEFINE mem_prepared_loading_block_tile ($c022)
+.DEFINE mem_prepared_loading_block_position_1 ($c023)
+.DEFINE mem_prepared_loading_block_position_2 ($c024)
.DEFINE next_free_head_higher_bytes $c7
.DEFINE mem_next_free_head_lower_bytes ($c6ff)