diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-08-18 16:35:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 16:35:16 -0400 |
commit | 34ad9498ea399405ddc68aea91af9dd64319417c (patch) | |
tree | dc841f7adaaab2cdf88c0c0d6b81535c3b6ee0c0 /engine/battle/battle_transition.asm | |
parent | 5882c99f9d2581d0378a65c4559ae2ae6e0bc137 (diff) | |
parent | 4ea75afd563ef8304f7bb3f4662e229f156a9e6d (diff) |
Merge pull request #60 from mid-kid/master
Rub a dub dub, thanks for the grub
Diffstat (limited to 'engine/battle/battle_transition.asm')
-rw-r--r-- | engine/battle/battle_transition.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/battle_transition.asm b/engine/battle/battle_transition.asm index 0685a4ea..cc324922 100644 --- a/engine/battle/battle_transition.asm +++ b/engine/battle/battle_transition.asm @@ -600,7 +600,7 @@ StartTrainerBattle_LoadPokeBallGraphics: ld a, PAL_BG_TEXT call ByteFill - ld a, 1 + ld a, TRUE ldh [hCGBPalUpdate], a call DelayFrame call CGBOnly_CopyTilemapAtOnce |