diff options
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 |