diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-03-02 21:25:54 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-03-02 21:25:54 +0100 |
commit | a1ac5507569e781d7f01c9a8abf3b5f16c8efdfd (patch) | |
tree | 20b1d2fb0e97c85e44d42a53aace2a856effe442 /src/engine/bank4.asm | |
parent | f184ad7947eaec60f5c25388ee98689fb52a93de (diff) |
Disassemble more duel menu functions and some oam functions
Diffstat (limited to 'src/engine/bank4.asm')
-rw-r--r-- | src/engine/bank4.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/bank4.asm b/src/engine/bank4.asm index 4aff798..61e8751 100644 --- a/src/engine/bank4.asm +++ b/src/engine/bank4.asm @@ -18,7 +18,7 @@ Func_10000: ; 10000 (4:4000) .asm_10025 call Func_1288c - call InitSpritePositions + call ZeroObjectPositions ld a, $1 ld [wVBlankOAMCopyToggle], a ret @@ -155,7 +155,7 @@ BoosterPack_1031b: ; 1031b (4:431b) call Func_2c73 call DisableLCD call Func_1288c - call InitSpritePositions + call ZeroObjectPositions ld a, $1 ld [wVBlankOAMCopyToggle], a ld a, $4 @@ -1081,7 +1081,7 @@ Unknown_1229f: ; 1229f (4:629f) ; is selected, there is no need to come back to the menu. ; the only exception is after returning from Card Pop! _GameLoop: ; 126d1 (4:66d1) - call InitSpritePositions + call ZeroObjectPositions ld hl, wVBlankOAMCopyToggle inc [hl] farcall Func_70018 |