diff options
author | Astatin <[email protected]> | 2025-05-07 17:01:22 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-05-07 17:01:22 +0200 |
commit | 4b02238d88af30c98b2f8d44e5200fb80b04bcad (patch) | |
tree | d69861ff5fe1ebed41f9697335948bde512f10f4 /entity/actions.gbasm | |
parent | 7284cc51dedb4f77fe6c1fa1da735b52609b1d4d (diff) |
I was adding the frog and then broke everything to fix the viewport thingy
Diffstat (limited to 'entity/actions.gbasm')
-rw-r--r-- | entity/actions.gbasm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/entity/actions.gbasm b/entity/actions.gbasm index 9186a4b..58ae380 100644 --- a/entity/actions.gbasm +++ b/entity/actions.gbasm @@ -97,6 +97,10 @@ Turn_Jump_table: JP =Mouse_Turn NOP + ; 08 + JP =Frog_Turn + NOP + Interaction_Jump_table: ; 00 RET |