Commit Graph

23 Commits

Author SHA1 Message Date
lhearachel
9823a08e06 Document routines used by Switch command
- BattleSystem_InitBattleMon
- BattleSystem_ReloadPokemon
- BattleSystem_SwitchSlots
- BattleSystem_UpdateAfterSwitch
2023-10-14 11:46:13 -07:00
lhearachel
57a0b5fcc4 [Mass Rename] Structs and subroutines for GiveExp task func
Functions:
- ov16_0223E05C -> BattleSystem_MessageLoader
- ov16_02259B38 -> BattleSystem_PokemonIsOT
- ov16_022499C0 -> BattleScript_CalcEffortValues
- ov16_0223EDF0 -> BattleSystem_TextSpeed
- ov16_0223FB24 -> BattleMessage_Print
- sub_0201D724  -> Message_Printing
- ov16_02265D14 -> BattleIO_UpdateExpGauge
- sub_02076B14  -> Pokemon_ShouldLevelUp
- ov16_02265FF8 -> BattleIO_PlayStatusEffect
- ov16_0226614C -> BattleIO_PlayLevelUpAnimation
- ov16_02251C94 -> BattleSystem_ReloadPokemon
- ov16_0224B520 -> BattleScript_LoadPartyLevelUpIcon
- ov16_0223DF00 -> BattleSystem_BGL
- ov16_0223DF04 -> BattleSystem_Window
- ov16_0223E064 -> BattleSystem_PaletteSys
- sub_02019060  -> BGL_SetPriority
- ov16_0223F8DC -> BattleSystem_SetGaugePriority
- sub_0200DA60  -> Window_SetFrame
- sub_0200DAA0  -> Window_FramePalette
- sub_02003050  -> PaletteSys_LoadPalette
- sub_0201A7E8  -> BGL_AddWindow
- sub_0201ADA4  -> BGL_FillWindow
- sub_0200DC48  -> Window_Show
- ov16_0223FB78 -> BattleMessage_PrintToWindow
- sub_0201AE78  -> BGL_WindowColor
- sub_02005748  -> Sound_PlayEffect
- sub_0200DC9C  -> Window_Clear
- sub_0201A8FC  -> BGL_DeleteWindow
- ov16_0224B7CC -> BattleScript_FreePartyLevelUpIcon
- sub_0207727C  -> Pokemon_LevelUpMove
- ov16_022664C4 -> BattleIO_ForgetMove
- sub_0200DA58  -> SysTask_Done

Structs:
- UnkStruct_02002F38 -> PaletteSys
- UnkStruct_02018340 -> BGL
- UnkStruct_0205AA50 -> Window
- UnkStruct_ov16_02248E74 -> PokemonStats
2023-10-13 10:03:01 -07:00
lhearachel
fb3af3b9fc Label core SysTask struct + funcptr
UnkStruct_0201CD38 -> SysTask
UnkFuncPtr_0201CE28 -> SysTaskFunc
2023-10-13 09:59:51 -07:00
lhearachel
472541a88b Label sub_0200D9E8 -> SysTask_Start 2023-10-13 09:59:49 -07:00
lhearachel
dd3c4f5bbc Document sub_02022798 -> TouchScreen_Tapped 2023-10-10 21:39:55 -07:00
wildfire
c563f45f7c Rename functions in pokemon.h and pokemon.c 2023-09-14 00:34:02 +01:00
wildfire
39a3bb306a Move structs into pokemon.h and pokemon.c 2023-09-14 00:22:44 +01:00
wildfire
89ceba05a3 Document pokemon.c and related structs 2023-09-14 00:10:30 +01:00
wildfire
837d3be3d8 Replace static NARC index numbers with enum values 2023-08-28 12:09:00 +01:00
Eduardo Quezada
ee7b8b758e Implemented use of MON_DATA_x enum 2023-02-27 21:19:53 -03:00
Eduardo Quezada
820aed4610 Removed include/struct_decls/box_pokemon.h 2023-02-27 07:52:06 -03:00
Eduardo Quezada
6437939861 sub_02074470GetMonData 2023-02-23 14:09:09 -03:00
Eduardo Quezada
5d3dcc0d3e Removed uneeded header file 2023-02-20 05:38:41 -03:00
Eduardo Quezada
485a1118a3 Missing header renames 2023-02-20 01:38:06 -03:00
Eduardo Quezada
4a235cee4c UnkStruct_02073C74_sub1 -> BoxPokemon 2023-02-20 01:27:15 -03:00
Eduardo Quezada
e166e4932a UnkStruct_02073C74 -> Pokemon 2023-02-20 01:05:16 -03:00
Nomura
e1844cadc0 Restyle function names 2023-02-02 22:06:46 +01:00
Nomura
d476d0ebdc Document struct Party 2023-01-29 10:23:57 +01:00
Nomura
06ecf39b3a Document party.c 2023-01-29 10:01:28 +01:00
Nomura
aaf769194f Partially document item.c 2023-01-28 11:10:47 +01:00
Nomura
2d4d30696d Document heap.c 2023-01-21 18:51:49 +01:00
Nomura
ed4a787311 Document filesystem.c 2023-01-12 19:44:53 +01:00
Nomura
324be3be59 Match files in overlays 31-35 2022-12-31 13:56:06 +01:00