Fix wVirtualOAM labels, part 1.

This commit is contained in:
luckytyphlosion
2018-01-30 14:47:14 -05:00
parent 3203ad7d50
commit 3c7ba37de7
5 changed files with 12 additions and 12 deletions

View File

@@ -103,10 +103,10 @@ Init:: ; 17d
call ClearsScratch
ld a, BANK(LoadPushOAM)
ld a, BANK(WriteOAMDMACodeToHRAM)
rst Bankswitch
call LoadPushOAM
call WriteOAMDMACodeToHRAM
xor a
ld [hMapAnims], a

View File

@@ -113,7 +113,7 @@ VBlank0:: ; 2b1
ld a, [hOAMUpdate]
and a
jr nz, .done_oam
call hPushOAM
call hTransferVirtualOAM
.done_oam
@@ -192,7 +192,7 @@ VBlank1:: ; 337
call UpdateBGMap
call Serve2bppRequest_VBlank
call hPushOAM
call hTransferVirtualOAM
.done
xor a
@@ -282,7 +282,7 @@ VBlank3:: ; 396
call UpdateBGMap
call Serve2bppRequest_VBlank
call hPushOAM
call hTransferVirtualOAM
.done
xor a
@@ -338,7 +338,7 @@ VBlank4:: ; 3df
call UpdateBGMap
call Serve2bppRequest
call hPushOAM
call hTransferVirtualOAM
call Joypad