From 4b02238d88af30c98b2f8d44e5200fb80b04bcad Mon Sep 17 00:00:00 2001 From: Astatin Date: Wed, 7 May 2025 17:01:22 +0200 Subject: I was adding the frog and then broke everything to fix the viewport thingy --- entity/list.gbasm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'entity/list.gbasm') diff --git a/entity/list.gbasm b/entity/list.gbasm index 5ee97af..3038a40 100644 --- a/entity/list.gbasm +++ b/entity/list.gbasm @@ -28,7 +28,7 @@ Entity_list: .DB =OBJ_Tile_Image_Data.Frog ; Turn Jump Table index - .DB $03 + .DB $08 ; Interaction Jump Table index .DB $01 @@ -40,7 +40,7 @@ Entity_list: .DB $00 ; Starting mana - .DB $00 + .DB $05 ; Spawning rate (2 lsb) .DB 0b01 -- cgit v1.2.3-70-g09d2