aboutsummaryrefslogtreecommitdiff
path: root/RAM_Var_map
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-08-04 14:09:15 +0900
committerAstatin <astatin@redacted>2024-08-04 14:09:15 +0900
commit0cb98aa2abb54e0a922ed9e3280e6b67aff5ba6a (patch)
tree6bd7029d130f85ecac7c2aef79b7beb383a2d2c0 /RAM_Var_map
parent6b0db29bfccbdce4ea4a438f2ccb921173f96afa (diff)
Add grid & hops to the bunny
Diffstat (limited to 'RAM_Var_map')
-rw-r--r--RAM_Var_map9
1 files changed, 6 insertions, 3 deletions
diff --git a/RAM_Var_map b/RAM_Var_map
index ed1049b..fdcdc0f 100644
--- a/RAM_Var_map
+++ b/RAM_Var_map
@@ -1,3 +1,6 @@
-FF80 = Bunny Y position (in px)
-FF81 = Bunny X position (in px)
-FF82 = Current Direction (Up = 1, Right = 2, Down = 3, Left = 4)
+FF80 = Bunny X position (in px)
+FF81 = Bunny Y position (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