From 599e6e8d16571235f2054aa38f39e66181da3796 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 1 Mar 2016 22:31:21 -0500 Subject: Battle animation annotations --- main.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index 1440d7933..90b6ef046 100644 --- a/main.asm +++ b/main.asm @@ -3799,7 +3799,7 @@ BikeFunction: ; d0b3 ld hl, Script_GetOffBike ld de, Script_GetOffBike_Register call .CheckIfRegistered - ld a, $3 + ld a, BANK(Script_GetOffBike) jr .done .CantGetOffBike @@ -6275,7 +6275,7 @@ ShowLinkBattleParticipants: ; 2ee18 call ClearSprites ret -FindFirstAliveMon: ; 2ee2f +FindFirstAliveMonAndStartBattle: ; 2ee2f xor a ld [hMapAnims], a call DelayFrame @@ -10522,8 +10522,8 @@ Function8c7c9: ; unreferenced INCLUDE "event/field_moves.asm" INCLUDE "event/magnet_train.asm" -Function8cf4f: ; 8cf4f - call Function3238 +BattleStart_LoadEDTile: ; 8cf4f + call CGBOnly_LoadEDTile ret INCLUDE "engine/sprites.asm" -- cgit v1.2.3