diff options
author | Astatin <[email protected]> | 2024-08-08 19:30:15 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-08-08 19:30:15 +0900 |
commit | bdd60c734a477fc76e4398d9367d7071326d64aa (patch) | |
tree | 317c8c351f48d1fe886e39f014cb30c003fa33e4 /main.gbasm | |
parent | a993a0f632dfddcd5bf55bd4219492a66f22d5d1 (diff) |
Add Is_Solid routine
Diffstat (limited to 'main.gbasm')
-rw-r--r-- | main.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,8 +3,8 @@ Entrypoint: CALL =Load_Tile - CALL =Load_Map CALL =Initialize_Bunny + CALL =Load_Map EI Wait_for_VRAM.loop: |