diff options
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 |