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 /utils.gbasm | |
parent | 7284cc51dedb4f77fe6c1fa1da735b52609b1d4d (diff) |
I was adding the frog and then broke everything to fix the viewport thingy
Diffstat (limited to 'utils.gbasm')
-rw-r--r-- | utils.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.gbasm b/utils.gbasm index 7ce588a..ae509f0 100644 --- a/utils.gbasm +++ b/utils.gbasm @@ -93,7 +93,7 @@ bff: ; dest = HL, n = BC .CALL_DE .END -.MACRODEF ADD_MOVING_ANIMATION_OFFSET ; Add current moving animation offset to BC, also uses A +.MACRODEF ADD_MOVING_ANIMATION_OFFSET ; Add current moving animation offset to BC, also overwrites A LD A, $mem_map_loading_flags BIT 3, A JR Z, =$end |