diff options
| author | entrpntr <entrpntr@gmail.com> | 2020-05-14 19:17:51 -0400 |
|---|---|---|
| committer | entrpntr <entrpntr@gmail.com> | 2020-05-14 19:44:36 -0400 |
| commit | 3185d4b3601f89e550a895a93c7a411e4c846889 (patch) | |
| tree | d7fa5c913db937143ba6347b594b4eae9a66513c /engine | |
| parent | 6c4c421f18fa5ed8f42c260d17edb8ea52ba8112 (diff) | |
Clean up battle anims, constants, and wram.
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/battle/core.asm | 2 | ||||
| -rw-r--r-- | engine/menus/intro_menu.asm | 2 |
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 |
