aboutsummaryrefslogtreecommitdiff
path: root/entity/questgoal.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-09-05 15:29:27 +0200
committerAstatin <[email protected]>2025-09-05 15:29:27 +0200
commit03c359596bdacbf39cdc244d2f164d0ec94d5505 (patch)
tree7e4d8d8056b2560f550d68635caa2ae851c7b911 /entity/questgoal.gbasm
parent16c308b2567d1dddb44ca928fe376b4a6219744f (diff)
Add static human at campsiteHEADlatestmain
Diffstat (limited to 'entity/questgoal.gbasm')
-rw-r--r--entity/questgoal.gbasm16
1 files changed, 16 insertions, 0 deletions
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