aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-08-08 19:30:15 +0900
committerAstatin <astatin@redacted>2024-08-08 19:30:15 +0900
commitbdd60c734a477fc76e4398d9367d7071326d64aa (patch)
tree317c8c351f48d1fe886e39f014cb30c003fa33e4 /main.gbasm
parenta993a0f632dfddcd5bf55bd4219492a66f22d5d1 (diff)
Add Is_Solid routine
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 36993de..7ef75fd 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -3,8 +3,8 @@
Entrypoint:
CALL =Load_Tile
- CALL =Load_Map
CALL =Initialize_Bunny
+ CALL =Load_Map
EI
Wait_for_VRAM.loop: