Thoroughly document debug code (#410)

This commit is contained in:
Rangi42 2023-07-15 22:37:40 +00:00
parent fd455a8563
commit 312388188b
5 changed files with 117 additions and 111 deletions

View file

@ -798,7 +798,6 @@
00:31cc TalkToTrainer
00:31ed TalkToTrainer.trainerNotYetFought
00:3219 CheckFightingMapTrainers
00:3223 CheckFightingMapTrainers.trainerNotEngaging
00:322b CheckFightingMapTrainers.trainerEngaging
00:324c DisplayEnemyTrainerTextAndStartBattle
00:325d StartTrainerBattle
@ -1487,7 +1486,7 @@
01:60c1 CheckForPlayerNameInSRAM.found
01:60ca PrepareOakSpeech
01:6115 OakSpeech
01:61bc OakSpeech.skipChoosingNames
01:61bc OakSpeech.skipSpeech
01:61da OakSpeech.next
01:6253 OakSpeechText1
01:6258 OakSpeechText2
@ -1502,18 +1501,18 @@
01:62a1 DisplayPicCenteredOrUpperRight
01:62a4 IntroDisplayPicCenteredOrUpperRight
01:62c6 IntroDisplayPicCenteredOrUpperRight.next
01:62ce SpecialWarpIn
01:62e4 SpecialWarpIn.next
01:62eb SpecialWarpIn.next3
01:62ed SpecialWarpIn.next2
01:62f5 SpecialWarpIn.next4
01:62ce PrepareForSpecialWarp
01:62e4 PrepareForSpecialWarp.debugNewGameWarp
01:62eb PrepareForSpecialWarp.setNewGameMatWarp
01:62ed PrepareForSpecialWarp.next
01:62f5 PrepareForSpecialWarp.next2
01:62ff LoadSpecialWarpData
01:6314 LoadSpecialWarpData.notTradeCenter
01:6326 LoadSpecialWarpData.notColosseum
01:6334 LoadSpecialWarpData.copyWarpData
01:6339 LoadSpecialWarpData.copyWarpDataLoop
01:6346 LoadSpecialWarpData.notFirstMap
01:635b LoadSpecialWarpData.usedDunegonWarp
01:6346 LoadSpecialWarpData.notNewGameWarp
01:635b LoadSpecialWarpData.usedDungeonWarp
01:6376 LoadSpecialWarpData.dungeonWarpListLoop
01:637d LoadSpecialWarpData.matchedDungeonWarpDestinationMap
01:6381 LoadSpecialWarpData.nextDungeonWarp
@ -1527,11 +1526,11 @@
01:63b3 LoadSpecialWarpData.done
01:63bf DungeonWarpList
01:63d8 DungeonWarpData
01:6420 FirstMapSpec
01:6428 TradeCenterSpec1
01:6430 TradeCenterSpec2
01:6438 ColosseumSpec1
01:6440 ColosseumSpec2
01:6420 NewGameWarp
01:6428 TradeCenterPlayerWarp
01:6430 TradeCenterFriendWarp
01:6438 ColosseumPlayerWarp
01:6440 ColosseumFriendWarp
01:6448 FlyWarpDataPtr
01:647c FlyWarpDataPtr.PalletTown
01:6482 FlyWarpDataPtr.ViridianCity
@ -1546,10 +1545,10 @@
01:64b8 FlyWarpDataPtr.SaffronCity
01:64be FlyWarpDataPtr.Route4
01:64c4 FlyWarpDataPtr.Route10
01:64ca SetIshiharaTeam
01:64cd SetIshiharaTeam.loop
01:64df IshiharaTeam
01:64ea DebugStart
01:64ca SetDebugNewGameParty
01:64cd SetDebugNewGameParty.loop
01:64df DebugNewGameParty
01:64ea PrepareNewGameDebug
01:64eb AskName
01:653e AskName.inBattle
01:654c AskName.declinedNickname
@ -3480,8 +3479,8 @@
04:60b0 BattleHudTiles3
04:60c8 NintendoCopyrightLogoGraphics
04:60c8 BattleHudTiles3End
04:61f8 GamefreakLogoGraphics
04:6288 GamefreakLogoGraphicsEnd
04:61f8 GameFreakLogoGraphics
04:6288 GameFreakLogoGraphicsEnd
04:6288 TextBoxGraphics
04:6488 PokedexTileGraphics
04:6488 TextBoxGraphicsEnd
@ -6843,7 +6842,7 @@
0f:532e SelectMenuItem.select
0f:5361 SelectMenuItem.notB
0f:536a SelectMenuItem.moveselected
0f:538d SelectMenuItem.dummy
0f:538d SelectMenuItem.transformedMoveSelected
0f:539d SelectMenuItem.disabled
0f:53a2 SelectMenuItem.noPP
0f:53a5 SelectMenuItem.print
@ -7228,7 +7227,7 @@
0f:6f12 InitBattle
0f:6f18 InitOpponent
0f:6f23 DetermineWildOpponent
0f:6f2f DetermineWildOpponent.notDebug
0f:6f2f DetermineWildOpponent.notDebugMode
0f:6f3d InitBattleCommon
0f:6f8b InitWildBattle
0f:6fa2 InitWildBattle.isGhost
@ -18260,6 +18259,7 @@
00:ccd2 wRLEByteCount
00:ccd3 wCanEvolveFlags
00:ccd3 wParentMenuItem
00:ccd3 wMiscBattleData
00:ccd3 wSimulatedJoypadStatesEnd
00:ccd3 wAddedToParty
00:ccd4 wForceEvolution
@ -18292,6 +18292,7 @@
00:cd05 wEnemyNumHits
00:cd05 wEnemyBideAccumulatedDamage
00:cd05 wLuckySlotHiddenObjectIndex
00:cd0f wMiscBattleDataEnd
00:cd0f wInGameTradeGiveMonSpecies
00:cd0f wPlayerMonUnmodifiedLevel
00:cd0f wVermilionDockTileMapBufferEnd

View file

@ -1490,7 +1490,7 @@
01:6153 CheckForPlayerNameInSRAM.found
01:615c PrepareOakSpeech
01:61a7 OakSpeech
01:624e OakSpeech.skipChoosingNames
01:624e OakSpeech.skipSpeech
01:626c OakSpeech.next
01:62e5 OakSpeechText1
01:62ea OakSpeechText2
@ -1505,18 +1505,18 @@
01:6333 DisplayPicCenteredOrUpperRight
01:6336 IntroDisplayPicCenteredOrUpperRight
01:6358 IntroDisplayPicCenteredOrUpperRight.next
01:6360 SpecialWarpIn
01:6376 SpecialWarpIn.next
01:637d SpecialWarpIn.next3
01:637f SpecialWarpIn.next2
01:6387 SpecialWarpIn.next4
01:6360 PrepareForSpecialWarp
01:6376 PrepareForSpecialWarp.debugNewGameWarp
01:637d PrepareForSpecialWarp.setNewGameMatWarp
01:637f PrepareForSpecialWarp.next
01:6387 PrepareForSpecialWarp.next2
01:6391 LoadSpecialWarpData
01:63a6 LoadSpecialWarpData.notTradeCenter
01:63b8 LoadSpecialWarpData.notColosseum
01:63c6 LoadSpecialWarpData.copyWarpData
01:63cb LoadSpecialWarpData.copyWarpDataLoop
01:63d8 LoadSpecialWarpData.notFirstMap
01:63ed LoadSpecialWarpData.usedDunegonWarp
01:63d8 LoadSpecialWarpData.notNewGameWarp
01:63ed LoadSpecialWarpData.usedDungeonWarp
01:6408 LoadSpecialWarpData.dungeonWarpListLoop
01:640f LoadSpecialWarpData.matchedDungeonWarpDestinationMap
01:6413 LoadSpecialWarpData.nextDungeonWarp
@ -1530,11 +1530,11 @@
01:6445 LoadSpecialWarpData.done
01:6451 DungeonWarpList
01:646a DungeonWarpData
01:64b2 FirstMapSpec
01:64ba TradeCenterSpec1
01:64c2 TradeCenterSpec2
01:64ca ColosseumSpec1
01:64d2 ColosseumSpec2
01:64b2 NewGameWarp
01:64ba TradeCenterPlayerWarp
01:64c2 TradeCenterFriendWarp
01:64ca ColosseumPlayerWarp
01:64d2 ColosseumFriendWarp
01:64da FlyWarpDataPtr
01:650e FlyWarpDataPtr.PalletTown
01:6514 FlyWarpDataPtr.ViridianCity
@ -1549,12 +1549,12 @@
01:654a FlyWarpDataPtr.SaffronCity
01:6550 FlyWarpDataPtr.Route4
01:6556 FlyWarpDataPtr.Route10
01:655c SetIshiharaTeam
01:655f SetIshiharaTeam.loop
01:6571 IshiharaTeam
01:657e DebugStart
01:65d7 DebugStart.items_loop
01:65ea DebugStart.items_end
01:655c SetDebugNewGameParty
01:655f SetDebugNewGameParty.loop
01:6571 DebugNewGameParty
01:657e PrepareNewGameDebug
01:65d7 PrepareNewGameDebug.items_loop
01:65ea PrepareNewGameDebug.items_end
01:6606 DebugSetPokedexEntries
01:660a DebugSetPokedexEntries.loop
01:6611 DebugItemsList
@ -3489,8 +3489,8 @@
04:60b0 BattleHudTiles3
04:60c8 NintendoCopyrightLogoGraphics
04:60c8 BattleHudTiles3End
04:61f8 GamefreakLogoGraphics
04:6288 GamefreakLogoGraphicsEnd
04:61f8 GameFreakLogoGraphics
04:6288 GameFreakLogoGraphicsEnd
04:6288 TextBoxGraphics
04:6488 PokedexTileGraphics
04:6488 TextBoxGraphicsEnd
@ -6852,7 +6852,7 @@
0f:532e SelectMenuItem.select
0f:5361 SelectMenuItem.notB
0f:536a SelectMenuItem.moveselected
0f:538d SelectMenuItem.dummy
0f:538d SelectMenuItem.transformedMoveSelected
0f:539d SelectMenuItem.disabled
0f:53a2 SelectMenuItem.noPP
0f:53a5 SelectMenuItem.print
@ -7237,7 +7237,7 @@
0f:6f12 InitBattle
0f:6f18 InitOpponent
0f:6f23 DetermineWildOpponent
0f:6f2f DetermineWildOpponent.notDebug
0f:6f2f DetermineWildOpponent.notDebugMode
0f:6f3d InitBattleCommon
0f:6f8b InitWildBattle
0f:6fa2 InitWildBattle.isGhost
@ -18269,6 +18269,7 @@
00:ccd2 wRLEByteCount
00:ccd3 wCanEvolveFlags
00:ccd3 wParentMenuItem
00:ccd3 wMiscBattleData
00:ccd3 wSimulatedJoypadStatesEnd
00:ccd3 wAddedToParty
00:ccd4 wForceEvolution
@ -18301,6 +18302,7 @@
00:cd05 wEnemyNumHits
00:cd05 wEnemyBideAccumulatedDamage
00:cd05 wLuckySlotHiddenObjectIndex
00:cd0f wMiscBattleDataEnd
00:cd0f wInGameTradeGiveMonSpecies
00:cd0f wPlayerMonUnmodifiedLevel
00:cd0f wVermilionDockTileMapBufferEnd

View file

@ -804,7 +804,6 @@
00:31cc TalkToTrainer
00:31ed TalkToTrainer.trainerNotYetFought
00:3219 CheckFightingMapTrainers
00:3223 CheckFightingMapTrainers.trainerNotEngaging
00:322b CheckFightingMapTrainers.trainerEngaging
00:324c DisplayEnemyTrainerTextAndStartBattle
00:325d StartTrainerBattle
@ -1499,7 +1498,7 @@
01:60c1 CheckForPlayerNameInSRAM.found
01:60ca PrepareOakSpeech
01:6115 OakSpeech
01:61bc OakSpeech.skipChoosingNames
01:61bc OakSpeech.skipSpeech
01:61da OakSpeech.next
01:6253 OakSpeechText1
01:6258 OakSpeechText2
@ -1514,18 +1513,18 @@
01:62a1 DisplayPicCenteredOrUpperRight
01:62a4 IntroDisplayPicCenteredOrUpperRight
01:62c6 IntroDisplayPicCenteredOrUpperRight.next
01:62ce SpecialWarpIn
01:62e4 SpecialWarpIn.next
01:62eb SpecialWarpIn.next3
01:62ed SpecialWarpIn.next2
01:62f5 SpecialWarpIn.next4
01:62ce PrepareForSpecialWarp
01:62e4 PrepareForSpecialWarp.debugNewGameWarp
01:62eb PrepareForSpecialWarp.setNewGameMatWarp
01:62ed PrepareForSpecialWarp.next
01:62f5 PrepareForSpecialWarp.next2
01:62ff LoadSpecialWarpData
01:6314 LoadSpecialWarpData.notTradeCenter
01:6326 LoadSpecialWarpData.notColosseum
01:6334 LoadSpecialWarpData.copyWarpData
01:6339 LoadSpecialWarpData.copyWarpDataLoop
01:6346 LoadSpecialWarpData.notFirstMap
01:635b LoadSpecialWarpData.usedDunegonWarp
01:6346 LoadSpecialWarpData.notNewGameWarp
01:635b LoadSpecialWarpData.usedDungeonWarp
01:6376 LoadSpecialWarpData.dungeonWarpListLoop
01:637d LoadSpecialWarpData.matchedDungeonWarpDestinationMap
01:6381 LoadSpecialWarpData.nextDungeonWarp
@ -1539,11 +1538,11 @@
01:63b3 LoadSpecialWarpData.done
01:63bf DungeonWarpList
01:63d8 DungeonWarpData
01:6420 FirstMapSpec
01:6428 TradeCenterSpec1
01:6430 TradeCenterSpec2
01:6438 ColosseumSpec1
01:6440 ColosseumSpec2
01:6420 NewGameWarp
01:6428 TradeCenterPlayerWarp
01:6430 TradeCenterFriendWarp
01:6438 ColosseumPlayerWarp
01:6440 ColosseumFriendWarp
01:6448 FlyWarpDataPtr
01:647c FlyWarpDataPtr.PalletTown
01:6482 FlyWarpDataPtr.ViridianCity
@ -1558,10 +1557,10 @@
01:64b8 FlyWarpDataPtr.SaffronCity
01:64be FlyWarpDataPtr.Route4
01:64c4 FlyWarpDataPtr.Route10
01:64ca SetIshiharaTeam
01:64cd SetIshiharaTeam.loop
01:64df IshiharaTeam
01:64ea DebugStart
01:64ca SetDebugNewGameParty
01:64cd SetDebugNewGameParty.loop
01:64df DebugNewGameParty
01:64ea PrepareNewGameDebug
01:64eb AskName
01:653e AskName.inBattle
01:654c AskName.declinedNickname
@ -3496,8 +3495,8 @@
04:60b0 BattleHudTiles3
04:60c8 NintendoCopyrightLogoGraphics
04:60c8 BattleHudTiles3End
04:61f8 GamefreakLogoGraphics
04:6288 GamefreakLogoGraphicsEnd
04:61f8 GameFreakLogoGraphics
04:6288 GameFreakLogoGraphicsEnd
04:6288 TextBoxGraphics
04:6488 PokedexTileGraphics
04:6488 TextBoxGraphicsEnd
@ -6859,7 +6858,7 @@
0f:532e SelectMenuItem.select
0f:5361 SelectMenuItem.notB
0f:536a SelectMenuItem.moveselected
0f:538d SelectMenuItem.dummy
0f:538d SelectMenuItem.transformedMoveSelected
0f:539d SelectMenuItem.disabled
0f:53a2 SelectMenuItem.noPP
0f:53a5 SelectMenuItem.print
@ -7255,7 +7254,7 @@
0f:6f12 InitBattle
0f:6f18 InitOpponent
0f:6f23 DetermineWildOpponent
0f:6f2f DetermineWildOpponent.notDebug
0f:6f2f DetermineWildOpponent.notDebugMode
0f:6f3d InitBattleCommon
0f:6f8b InitWildBattle
0f:6fa2 InitWildBattle.isGhost
@ -18312,6 +18311,7 @@
00:ccd2 wRLEByteCount
00:ccd3 wCanEvolveFlags
00:ccd3 wParentMenuItem
00:ccd3 wMiscBattleData
00:ccd3 wSimulatedJoypadStatesEnd
00:ccd3 wAddedToParty
00:ccd4 wForceEvolution
@ -18344,6 +18344,7 @@
00:cd05 wEnemyNumHits
00:cd05 wEnemyBideAccumulatedDamage
00:cd05 wLuckySlotHiddenObjectIndex
00:cd0f wMiscBattleDataEnd
00:cd0f wInGameTradeGiveMonSpecies
00:cd0f wPlayerMonUnmodifiedLevel
00:cd0f wVermilionDockTileMapBufferEnd

View file

@ -798,7 +798,6 @@
00:31cc TalkToTrainer
00:31ed TalkToTrainer.trainerNotYetFought
00:3219 CheckFightingMapTrainers
00:3223 CheckFightingMapTrainers.trainerNotEngaging
00:322b CheckFightingMapTrainers.trainerEngaging
00:324c DisplayEnemyTrainerTextAndStartBattle
00:325d StartTrainerBattle
@ -1487,7 +1486,7 @@
01:60c1 CheckForPlayerNameInSRAM.found
01:60ca PrepareOakSpeech
01:6115 OakSpeech
01:61bc OakSpeech.skipChoosingNames
01:61bc OakSpeech.skipSpeech
01:61da OakSpeech.next
01:6253 OakSpeechText1
01:6258 OakSpeechText2
@ -1502,18 +1501,18 @@
01:62a1 DisplayPicCenteredOrUpperRight
01:62a4 IntroDisplayPicCenteredOrUpperRight
01:62c6 IntroDisplayPicCenteredOrUpperRight.next
01:62ce SpecialWarpIn
01:62e4 SpecialWarpIn.next
01:62eb SpecialWarpIn.next3
01:62ed SpecialWarpIn.next2
01:62f5 SpecialWarpIn.next4
01:62ce PrepareForSpecialWarp
01:62e4 PrepareForSpecialWarp.debugNewGameWarp
01:62eb PrepareForSpecialWarp.setNewGameMatWarp
01:62ed PrepareForSpecialWarp.next
01:62f5 PrepareForSpecialWarp.next2
01:62ff LoadSpecialWarpData
01:6314 LoadSpecialWarpData.notTradeCenter
01:6326 LoadSpecialWarpData.notColosseum
01:6334 LoadSpecialWarpData.copyWarpData
01:6339 LoadSpecialWarpData.copyWarpDataLoop
01:6346 LoadSpecialWarpData.notFirstMap
01:635b LoadSpecialWarpData.usedDunegonWarp
01:6346 LoadSpecialWarpData.notNewGameWarp
01:635b LoadSpecialWarpData.usedDungeonWarp
01:6376 LoadSpecialWarpData.dungeonWarpListLoop
01:637d LoadSpecialWarpData.matchedDungeonWarpDestinationMap
01:6381 LoadSpecialWarpData.nextDungeonWarp
@ -1527,11 +1526,11 @@
01:63b3 LoadSpecialWarpData.done
01:63bf DungeonWarpList
01:63d8 DungeonWarpData
01:6420 FirstMapSpec
01:6428 TradeCenterSpec1
01:6430 TradeCenterSpec2
01:6438 ColosseumSpec1
01:6440 ColosseumSpec2
01:6420 NewGameWarp
01:6428 TradeCenterPlayerWarp
01:6430 TradeCenterFriendWarp
01:6438 ColosseumPlayerWarp
01:6440 ColosseumFriendWarp
01:6448 FlyWarpDataPtr
01:647c FlyWarpDataPtr.PalletTown
01:6482 FlyWarpDataPtr.ViridianCity
@ -1546,10 +1545,10 @@
01:64b8 FlyWarpDataPtr.SaffronCity
01:64be FlyWarpDataPtr.Route4
01:64c4 FlyWarpDataPtr.Route10
01:64ca SetIshiharaTeam
01:64cd SetIshiharaTeam.loop
01:64df IshiharaTeam
01:64ea DebugStart
01:64ca SetDebugNewGameParty
01:64cd SetDebugNewGameParty.loop
01:64df DebugNewGameParty
01:64ea PrepareNewGameDebug
01:64eb AskName
01:653e AskName.inBattle
01:654c AskName.declinedNickname
@ -3480,8 +3479,8 @@
04:60b0 BattleHudTiles3
04:60c8 NintendoCopyrightLogoGraphics
04:60c8 BattleHudTiles3End
04:61f8 GamefreakLogoGraphics
04:6288 GamefreakLogoGraphicsEnd
04:61f8 GameFreakLogoGraphics
04:6288 GameFreakLogoGraphicsEnd
04:6288 TextBoxGraphics
04:6488 PokedexTileGraphics
04:6488 TextBoxGraphicsEnd
@ -6843,7 +6842,7 @@
0f:532e SelectMenuItem.select
0f:5361 SelectMenuItem.notB
0f:536a SelectMenuItem.moveselected
0f:538d SelectMenuItem.dummy
0f:538d SelectMenuItem.transformedMoveSelected
0f:539d SelectMenuItem.disabled
0f:53a2 SelectMenuItem.noPP
0f:53a5 SelectMenuItem.print
@ -7228,7 +7227,7 @@
0f:6f12 InitBattle
0f:6f18 InitOpponent
0f:6f23 DetermineWildOpponent
0f:6f2f DetermineWildOpponent.notDebug
0f:6f2f DetermineWildOpponent.notDebugMode
0f:6f3d InitBattleCommon
0f:6f8b InitWildBattle
0f:6fa2 InitWildBattle.isGhost
@ -18260,6 +18259,7 @@
00:ccd2 wRLEByteCount
00:ccd3 wCanEvolveFlags
00:ccd3 wParentMenuItem
00:ccd3 wMiscBattleData
00:ccd3 wSimulatedJoypadStatesEnd
00:ccd3 wAddedToParty
00:ccd4 wForceEvolution
@ -18292,6 +18292,7 @@
00:cd05 wEnemyNumHits
00:cd05 wEnemyBideAccumulatedDamage
00:cd05 wLuckySlotHiddenObjectIndex
00:cd0f wMiscBattleDataEnd
00:cd0f wInGameTradeGiveMonSpecies
00:cd0f wPlayerMonUnmodifiedLevel
00:cd0f wVermilionDockTileMapBufferEnd

View file

@ -804,7 +804,6 @@
00:31cc TalkToTrainer
00:31ed TalkToTrainer.trainerNotYetFought
00:3219 CheckFightingMapTrainers
00:3223 CheckFightingMapTrainers.trainerNotEngaging
00:322b CheckFightingMapTrainers.trainerEngaging
00:324c DisplayEnemyTrainerTextAndStartBattle
00:325d StartTrainerBattle
@ -1499,7 +1498,7 @@
01:60c1 CheckForPlayerNameInSRAM.found
01:60ca PrepareOakSpeech
01:6115 OakSpeech
01:61bc OakSpeech.skipChoosingNames
01:61bc OakSpeech.skipSpeech
01:61da OakSpeech.next
01:6253 OakSpeechText1
01:6258 OakSpeechText2
@ -1514,18 +1513,18 @@
01:62a1 DisplayPicCenteredOrUpperRight
01:62a4 IntroDisplayPicCenteredOrUpperRight
01:62c6 IntroDisplayPicCenteredOrUpperRight.next
01:62ce SpecialWarpIn
01:62e4 SpecialWarpIn.next
01:62eb SpecialWarpIn.next3
01:62ed SpecialWarpIn.next2
01:62f5 SpecialWarpIn.next4
01:62ce PrepareForSpecialWarp
01:62e4 PrepareForSpecialWarp.debugNewGameWarp
01:62eb PrepareForSpecialWarp.setNewGameMatWarp
01:62ed PrepareForSpecialWarp.next
01:62f5 PrepareForSpecialWarp.next2
01:62ff LoadSpecialWarpData
01:6314 LoadSpecialWarpData.notTradeCenter
01:6326 LoadSpecialWarpData.notColosseum
01:6334 LoadSpecialWarpData.copyWarpData
01:6339 LoadSpecialWarpData.copyWarpDataLoop
01:6346 LoadSpecialWarpData.notFirstMap
01:635b LoadSpecialWarpData.usedDunegonWarp
01:6346 LoadSpecialWarpData.notNewGameWarp
01:635b LoadSpecialWarpData.usedDungeonWarp
01:6376 LoadSpecialWarpData.dungeonWarpListLoop
01:637d LoadSpecialWarpData.matchedDungeonWarpDestinationMap
01:6381 LoadSpecialWarpData.nextDungeonWarp
@ -1539,11 +1538,11 @@
01:63b3 LoadSpecialWarpData.done
01:63bf DungeonWarpList
01:63d8 DungeonWarpData
01:6420 FirstMapSpec
01:6428 TradeCenterSpec1
01:6430 TradeCenterSpec2
01:6438 ColosseumSpec1
01:6440 ColosseumSpec2
01:6420 NewGameWarp
01:6428 TradeCenterPlayerWarp
01:6430 TradeCenterFriendWarp
01:6438 ColosseumPlayerWarp
01:6440 ColosseumFriendWarp
01:6448 FlyWarpDataPtr
01:647c FlyWarpDataPtr.PalletTown
01:6482 FlyWarpDataPtr.ViridianCity
@ -1558,10 +1557,10 @@
01:64b8 FlyWarpDataPtr.SaffronCity
01:64be FlyWarpDataPtr.Route4
01:64c4 FlyWarpDataPtr.Route10
01:64ca SetIshiharaTeam
01:64cd SetIshiharaTeam.loop
01:64df IshiharaTeam
01:64ea DebugStart
01:64ca SetDebugNewGameParty
01:64cd SetDebugNewGameParty.loop
01:64df DebugNewGameParty
01:64ea PrepareNewGameDebug
01:64eb AskName
01:653e AskName.inBattle
01:654c AskName.declinedNickname
@ -3496,8 +3495,8 @@
04:60b0 BattleHudTiles3
04:60c8 NintendoCopyrightLogoGraphics
04:60c8 BattleHudTiles3End
04:61f8 GamefreakLogoGraphics
04:6288 GamefreakLogoGraphicsEnd
04:61f8 GameFreakLogoGraphics
04:6288 GameFreakLogoGraphicsEnd
04:6288 TextBoxGraphics
04:6488 PokedexTileGraphics
04:6488 TextBoxGraphicsEnd
@ -6859,7 +6858,7 @@
0f:532e SelectMenuItem.select
0f:5361 SelectMenuItem.notB
0f:536a SelectMenuItem.moveselected
0f:538d SelectMenuItem.dummy
0f:538d SelectMenuItem.transformedMoveSelected
0f:539d SelectMenuItem.disabled
0f:53a2 SelectMenuItem.noPP
0f:53a5 SelectMenuItem.print
@ -7257,7 +7256,7 @@
0f:6f12 InitBattle
0f:6f18 InitOpponent
0f:6f23 DetermineWildOpponent
0f:6f2f DetermineWildOpponent.notDebug
0f:6f2f DetermineWildOpponent.notDebugMode
0f:6f3d InitBattleCommon
0f:6f8b InitWildBattle
0f:6fa2 InitWildBattle.isGhost
@ -18315,6 +18314,7 @@
00:ccd2 wRLEByteCount
00:ccd3 wCanEvolveFlags
00:ccd3 wParentMenuItem
00:ccd3 wMiscBattleData
00:ccd3 wSimulatedJoypadStatesEnd
00:ccd3 wAddedToParty
00:ccd4 wForceEvolution
@ -18347,6 +18347,7 @@
00:cd05 wEnemyNumHits
00:cd05 wEnemyBideAccumulatedDamage
00:cd05 wLuckySlotHiddenObjectIndex
00:cd0f wMiscBattleDataEnd
00:cd0f wInGameTradeGiveMonSpecies
00:cd0f wPlayerMonUnmodifiedLevel
00:cd0f wVermilionDockTileMapBufferEnd