From 245c6e40f7199e4239763bae41722a03e00abfab Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 6 May 2025 12:25:55 +0200 Subject: Mouse double movement (but broken with collision stuff) --- entity/list.gbasm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'entity/list.gbasm') 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 -- cgit v1.2.3-70-g09d2