From: Lukas Krickl Date: Sun, 5 Oct 2025 13:58:25 +0000 (+0200) Subject: map: added GO arrow to start of l1 X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=482d58e16c218f21d45b1fba922cf209da177572;p=gbrg%2F.git map: added GO arrow to start of l1 --- diff --git a/src/map.s b/src/map.s index ac14a54..a3cd4e8 100644 --- a/src/map.s +++ b/src/map.s @@ -349,10 +349,14 @@ l1_map: mapdef 0, pat_empty, l1_objs, bank8000, bank8800, bank8C00, bank9000 l1_objs: + ; show GO arrow at the start + modef MOT_SET_MAP_ROUTINE, 0, 0, map_r_enable_scroll_all_enemies_defeated + modef MOT_SET_PAT, 0, 8, pat_center_empty_wall modef2 MOT_ACTOR_SPAWNER, 0, 8, ACT_T_GUARD, 0x40 ; rectangle at y/x 0/0 with height 32 width 64 modef MOT_RECT, 0, 8, 0x0804 + ; center rectangle ; modef MOT_RECT, 0, 8, 0x8604