summaryrefslogtreecommitdiff
path: root/engine/battle/battle_transition.asm
diff options
context:
space:
mode:
authorentrpntr <12521136+entrpntr@users.noreply.github.com>2020-06-12 10:04:31 -0400
committerGitHub <noreply@github.com>2020-06-12 10:04:31 -0400
commitf8a6b98eedbcdf3aa89209897c80452037355754 (patch)
tree4e89b30f492cff405d8fcea0886faadff94d1804 /engine/battle/battle_transition.asm
parentf2e472b14173521b0f73fa917e5fb75a54a000dd (diff)
parent0c0f9b42bc1426f2dcdff9f9016bb3fa946b4d49 (diff)
Merge pull request #48 from entrpntr/bank39
Disassemble bank $39, kill the baserom dependency
Diffstat (limited to 'engine/battle/battle_transition.asm')
-rw-r--r--engine/battle/battle_transition.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/battle_transition.asm b/engine/battle/battle_transition.asm
index 4de4d347..ad4b359c 100644
--- a/engine/battle/battle_transition.asm
+++ b/engine/battle/battle_transition.asm
@@ -84,7 +84,7 @@ ConvertTrainerBattlePokeballTilesTo2bpp:
jr nz, .loop
ld de, wDecompressScratch
- ld hl, vBGMap2
+ hlbgcoord 0, 0, vBGMap2
ld b, BANK(@)
ld c, $28
call Request2bpp