diff options
author | dannye <33dannye@gmail.com> | 2021-06-11 18:12:53 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-06-11 18:12:53 -0500 |
commit | 3e36b5fd9d1aa5a5fbe9132bae98b127b82541aa (patch) | |
tree | c15cd4ec6db8170e669bfb8a1a4e27645edfb24c /src/engine/bank07.asm | |
parent | d5262b8b07335cc89289d9443ee9501579d1170a (diff) |
Fix typos
Diffstat (limited to 'src/engine/bank07.asm')
-rw-r--r-- | src/engine/bank07.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/bank07.asm b/src/engine/bank07.asm index 5da744f..f5a2826 100644 --- a/src/engine/bank07.asm +++ b/src/engine/bank07.asm @@ -1329,7 +1329,7 @@ LoadDuelAnimationToBuffer: ; 1ca31 (7:4a31) ret ; loads the animations from wDuelAnimBuffer -; in acending order, starting at wDuelAnimBufferCurPos +; in ascending order, starting at wDuelAnimBufferCurPos PlayBufferedDuelAnimations: ; 1ca6e (7:4a6e) push hl push bc @@ -1878,7 +1878,7 @@ WhiteFlashScreen: ; 1cd76 (7:4d76) ld a, [wScreenAnimDuration] or a ret nz - ; retreive the previous background pals + ; retrieve the previous background pals ld hl, wTempBackgroundPalettesCGB ld de, wBackgroundPalettesCGB ld bc, 8 palettes |