From 03c359596bdacbf39cdc244d2f164d0ec94d5505 Mon Sep 17 00:00:00 2001 From: Astatin Date: Fri, 5 Sep 2025 15:29:27 +0200 Subject: Add static human at campsite --- entity/questgoal.gbasm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'entity/questgoal.gbasm') diff --git a/entity/questgoal.gbasm b/entity/questgoal.gbasm index 64cd745..17eecb8 100644 --- a/entity/questgoal.gbasm +++ b/entity/questgoal.gbasm @@ -99,3 +99,19 @@ QuestGoal_Turn: POP BC POP HL RET + +Static_Human_Turn: + LD A, $mem_map_loading_flags + BIT 3, A + RET Z + + INC HL + INC HL + INC HL + + LD (HL), $11 + + DEC HL + DEC HL + DEC HL + RET -- cgit v1.2.3-70-g09d2