From 99ec579debc63991f16e08ef906111ad556edad5 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 14 Mar 2021 16:29:33 -0400 Subject: Name symbols in battle_anim_special.c --- common_syms/battle_anim_special.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common_syms') diff --git a/common_syms/battle_anim_special.txt b/common_syms/battle_anim_special.txt index 7e68496a0..5e2e8b3ff 100644 --- a/common_syms/battle_anim_special.txt +++ b/common_syms/battle_anim_special.txt @@ -1,3 +1,3 @@ -sUnknown_3005424 -sUnknown_3005428 -sUnknown_300542C +gMonShrinkDuration +gMonShrinkDelta +gMonShrinkDistance -- cgit v1.2.3 From 2f4f63afdb6a7b77a8161f0cd42ae64cc5f1515c Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 15 Mar 2021 14:27:50 -0400 Subject: Document old man batttle controller --- common_syms/battle_main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common_syms') diff --git a/common_syms/battle_main.txt b/common_syms/battle_main.txt index 36f7596e2..f6f02c48d 100644 --- a/common_syms/battle_main.txt +++ b/common_syms/battle_main.txt @@ -6,4 +6,4 @@ gBattlerControllerFuncs gHealthboxSpriteIds gMultiUsePlayerCursor gNumberOfMovesToChoose -gUnknown_3004FFC +gBattleControllerData -- cgit v1.2.3 From 7794570c71a82fca440bc13e18da45f49642eb6c Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 16 Mar 2021 13:51:03 -0400 Subject: Document pokedude battle controller, 1 --- common_syms/battle_controller_pokedude.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common_syms') diff --git a/common_syms/battle_controller_pokedude.txt b/common_syms/battle_controller_pokedude.txt index 4986343f1..c96cab771 100644 --- a/common_syms/battle_controller_pokedude.txt +++ b/common_syms/battle_controller_pokedude.txt @@ -1 +1 @@ -gUnknown_3005EE0 +gPokedudeBattlerStates -- cgit v1.2.3 From c4b61cc0ed966a194942256ce6c2936f8183d414 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 16 Mar 2021 16:57:52 -0400 Subject: Document FRLG-unique vars in main.c --- common_syms/main.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common_syms') diff --git a/common_syms/main.txt b/common_syms/main.txt index af834cad8..b1f274b58 100644 --- a/common_syms/main.txt +++ b/common_syms/main.txt @@ -4,9 +4,9 @@ gMain gKeyRepeatContinueDelay gSoftResetDisabled gIntrTable -gUnknown_3003578 +sVcountAfterSound gLinkVSyncDisabled IntrMain_Buffer -gUnknown_3003D80 -gUnknown_3003D84 +sVcountAtIntr +sVcountBeforeSound gPcmDmaCounter -- cgit v1.2.3