diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-30 18:24:14 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-30 18:24:14 -0500 |
commit | c5f1b576f2bb3aacf4c4a64c15dcb7220c4ffb86 (patch) | |
tree | 4409a4e75cd8701e20b75f532042b7da3adab554 /asm/contest.s | |
parent | 536a338ff9aac796c542b3bb01a822c2a28df0a5 (diff) | |
parent | b3315b64a1ecefc04f36ed50dd341f1f90d3ba97 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into field_map_obj_helpers
Diffstat (limited to 'asm/contest.s')
-rw-r--r-- | asm/contest.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/contest.s b/asm/contest.s index 3c34965ad..e81ce8d5c 100644 --- a/asm/contest.s +++ b/asm/contest.s @@ -563,7 +563,7 @@ _080D7B4E: bl sub_80D779C bl sub_80D77E4 bl sub_80D7678 - bl dp12_8087EA4 + bl ScanlineEffect_Clear bl ResetPaletteFade ldr r2, =gPaletteFade ldrb r0, [r2, 0x8] @@ -1367,7 +1367,7 @@ vblank_cb_battle: @ 80D827C bl TransferPlttBuffer bl LoadOam bl ProcessSpriteCopyRequests - bl sub_80BA0A8 + bl ScanlineEffect_InitHBlankDmaTransfer pop {r0} bx r0 .pool |