diff options
author | Astatin <[email protected]> | 2025-09-05 15:29:27 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-09-05 15:29:27 +0200 |
commit | 03c359596bdacbf39cdc244d2f164d0ec94d5505 (patch) | |
tree | 7e4d8d8056b2560f550d68635caa2ae851c7b911 /entity/questgoal.gbasm | |
parent | 16c308b2567d1dddb44ca928fe376b4a6219744f (diff) |
Diffstat (limited to 'entity/questgoal.gbasm')
-rw-r--r-- | entity/questgoal.gbasm | 16 |
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 |