diff options
author | Astatin <[email protected]> | 2025-05-06 12:25:55 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-05-06 12:25:55 +0200 |
commit | 245c6e40f7199e4239763bae41722a03e00abfab (patch) | |
tree | e052cbec518e050c0dd28788c064d5c3090082bc /entity/list.gbasm | |
parent | 9261f0860f997d7fcaba1d508114d9e0f0253e91 (diff) |
Mouse double movement (but broken with collision stuff)
Diffstat (limited to 'entity/list.gbasm')
-rw-r--r-- | entity/list.gbasm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/entity/list.gbasm b/entity/list.gbasm index ac2908a..5ee97af 100644 --- a/entity/list.gbasm +++ b/entity/list.gbasm @@ -100,13 +100,13 @@ Entity_list: .DB =OBJ_Tile_Image_Data.Mouse ; Turn Jump Table index - .DB $00 + .DB $07 ; Interaction Jump Table index - .DB $02 + .DB $01 ; Starting health - .DB $00 + .DB $01 ; Starting status .DB $00 |