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 /RAM_Var_map | |
parent | a993a0f632dfddcd5bf55bd4219492a66f22d5d1 (diff) |
Add Is_Solid routine
Diffstat (limited to 'RAM_Var_map')
-rw-r--r-- | RAM_Var_map | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/RAM_Var_map b/RAM_Var_map deleted file mode 100644 index 2399897..0000000 --- a/RAM_Var_map +++ /dev/null @@ -1,8 +0,0 @@ -FF80 = Bunny X position (on the screen in px) -FF81 = Bunny Y position (on the screen in px) -FF82 = Current Button Direction (Up = 1, Right = 2, Down = 3, Left = 4) -FF83 = Current Sprite Direction (Moving) -FF84 = Px step inside of grid (0x00 to 0x0f) -FF85 = Last Sprite Direction -FF86 = Bunny X position (in tiles) -FF87 = Bunny Y position (in tiles) |