diff options
author | Astatin <[email protected]> | 2024-09-10 18:23:30 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-09-10 18:23:30 +0900 |
commit | d0401c01144b73a1bfe62ac7e9db902cefd784a5 (patch) | |
tree | 817bd06e9e8d1912bafaeebb373b9cb331fc0e39 /main.gbasm | |
parent | 240deda011c7ad562507759c1839d8ece785de77 (diff) |
Entities now have their own behaviour function (including bunny)
Diffstat (limited to 'main.gbasm')
-rw-r--r-- | main.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |