diff options
author | Astatin <[email protected]> | 2024-08-03 16:12:57 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-08-03 16:12:57 +0900 |
commit | 6b0db29bfccbdce4ea4a438f2ccb921173f96afa (patch) | |
tree | 4058c787d75e6a2ee1e7e1214abb59bb9b137464 /RAM_Var_map |
Initial commit
Diffstat (limited to 'RAM_Var_map')
-rw-r--r-- | RAM_Var_map | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RAM_Var_map b/RAM_Var_map new file mode 100644 index 0000000..ed1049b --- /dev/null +++ b/RAM_Var_map @@ -0,0 +1,3 @@ +FF80 = Bunny Y position (in px) +FF81 = Bunny X position (in px) +FF82 = Current Direction (Up = 1, Right = 2, Down = 3, Left = 4) |