aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-09-10 18:23:30 +0900
committerAstatin <astatin@redacted>2024-09-10 18:23:30 +0900
commitd0401c01144b73a1bfe62ac7e9db902cefd784a5 (patch)
tree817bd06e9e8d1912bafaeebb373b9cb331fc0e39 /main.gbasm
parent240deda011c7ad562507759c1839d8ece785de77 (diff)
Entities now have their own behaviour function (including bunny)
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.gbasm b/main.gbasm
index eb1ea52..0b4493d 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -29,7 +29,7 @@ VBLANK_Entrypoint:
CALL =Object_Interactions_Check
CALL =Pad_Button_Check
- CALL =Move_Bunny
+ CALL =Entities_Behaviours
CALL =Prepare_Scrolling_Map
CALL =Prepare_Entities