diff options
author | Astatin <[email protected]> | 2024-08-04 15:49:59 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-08-04 15:49:59 +0900 |
commit | e20e0ce42d1c1fc65cea1a655d64f2c9b2efc17a (patch) | |
tree | 0d798e43c2e0becba0807bfec7de6b60e35ab73c /RAM_Var_map | |
parent | 0cb98aa2abb54e0a922ed9e3280e6b67aff5ba6a (diff) |
Scrolling when bunny goes out of center
Diffstat (limited to 'RAM_Var_map')
-rw-r--r-- | RAM_Var_map | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/RAM_Var_map b/RAM_Var_map index fdcdc0f..2399897 100644 --- a/RAM_Var_map +++ b/RAM_Var_map @@ -1,6 +1,8 @@ -FF80 = Bunny X position (in px) -FF81 = Bunny Y position (in px) +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) |