summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/battle/core.asm2
-rw-r--r--engine/menus/intro_menu.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index 07d486b3..512c2598 100644
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -7674,7 +7674,7 @@ GetBattleMonBackpic_DoAnim:
push af
xor a
ldh [hBattleTurn], a
- ld a, BANK("Move Animations")
+ ld a, BANK(BattleAnimCommands)
rst FarCall
pop af
ldh [hBattleTurn], a
diff --git a/engine/menus/intro_menu.asm b/engine/menus/intro_menu.asm
index 3df93306..c85b56f6 100644
--- a/engine/menus/intro_menu.asm
+++ b/engine/menus/intro_menu.asm
@@ -1084,7 +1084,7 @@ IF DEF(_GOLD)
ld e, a
ld d, [hl]
ELIF DEF(_SILVER)
- ld de, $7c58
+ depixel 15, 11, 4, 0
ENDC
ld a, SPRITE_ANIM_INDEX_GS_TITLE_TRAIL
call InitSpriteAnimStruct