From 41b5858e855c68e01bf388e54abd82661e846585 Mon Sep 17 00:00:00 2001 From: Astatin Date: Thu, 7 Aug 2025 16:53:50 +0200 Subject: Add heal sound effect + remove useless tile loads --- definitions.gbasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'definitions.gbasm') diff --git a/definitions.gbasm b/definitions.gbasm index 7e9cecf..2fba957 100644 --- a/definitions.gbasm +++ b/definitions.gbasm @@ -54,7 +54,7 @@ .DEFINE mem_rng_state_2 ($c00b) ; 2 bytes .DEFINE mem_map_loading_flags ($c00c) -; bit 0: scroll or first load (object loading and load map) +; bit 0: scroll or first load (load map) ; bit 1: has a movement ended (objects interaction should be checked, entities should update their positions) ; bit 2: if the prepared block should be updated at the next frame ; bit 3: animation step is going up (?) -- cgit v1.2.3-70-g09d2