Commit Graph

30 Commits

Author SHA1 Message Date
Rachel
871fe50f41 Document static routines and Application struct in main.c 2024-11-01 10:46:18 -07:00
Rachel
cb750ffcfd Identify extern functions in render_window.h 2024-10-27 13:46:56 -07:00
Rachel
36db6a0609 Identify unk_0200DA60 -> render_window 2024-10-27 13:46:56 -07:00
Rachel
d07cc27eca Identify extern functions in bg_window.h 2024-10-22 10:37:09 -07:00
Rachel
df3ee01498 Identify UnkStruct_ov84_0223BA5C -> GraphicsModes and document fields 2024-10-22 10:19:33 -07:00
Rachel
738b2edd3d Identify UnkStruct_ov61_0222C884 -> WindowTemplate and document fields 2024-10-22 10:17:49 -07:00
Rachel
8f6b317313 Identify UnkStruct_02018340_t -> BgConfig and document fields 2024-10-22 10:15:00 -07:00
Rachel
b464aca6b8 Identify UnkStruct_ov97_0222DB78 -> BgTemplate and document fields 2024-10-22 10:08:44 -07:00
Rachel
163050584a Identify unk_02018340 -> bg_window 2024-10-20 11:59:06 -07:00
Rachel
b6ff10c33f Decorate TextPrinters with consts and macros 2024-10-19 18:32:10 -07:00
Rachel
3c048b0fa7 Identify unk_0201D670 -> text 2024-10-13 02:43:49 -07:00
Rachel
fe4e23691c Identify remaining extern funcs in font.c 2024-10-13 00:54:39 -07:00
Rachel
f54b08150b Identify unk_02002B7C -> font 2024-10-12 15:49:24 -07:00
Rachel
36045f723b Format the source tree 2024-07-06 14:40:34 -07:00
Adrienn Tindall
60f3c8bbfd Trans Type + Misc Funcs 2024-04-18 14:42:02 -04:00
Adrienn Tindall
cc888724be Identify communication_system.h 2024-03-31 19:02:36 -04:00
Rachel
61202bde13 Label routines used by BattleMessage_Print 2024-02-09 19:59:13 -08:00
Maja Kądziołka
f3604018fe
Label some code referenced by main (#133)
* main callback, hblank

* HandleConsoleFold

* WaitFrame, SoftReset, UpdateSound

* HeapCanary

* Label the RTC code

* Address review comments
2024-01-29 12:14:41 -08:00
Maja Kądziołka
27c4682368
Label pad input processing 2024-01-28 01:51:16 +01: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
69996ea104 Mass rename: coresys -> gCoreSys 2023-10-13 09:59:51 -07:00
lhearachel
f6f87d6b75 Unk_021BF67C -> coresys
Also label fields unk_48 -> padInput and unk_60 -> touchInput
2023-10-10 21:39:28 -07:00
lhearachel
bc6823087d Rename files: unk_0200AC5C -> message 2023-09-09 10:38:29 -07:00
lhearachel
8090149c08 Label function names in unk_0200AC5C.h + make structs transparent 2023-09-09 10:30:40 -07:00
lhearachel
c81374e975 Merge strbuf headers 2023-09-04 11:15:47 -07:00
Lhea (Rachel)
99c82f8aea Update function names and document header params 2023-05-12 22:58:59 -07:00
Lhea (Rachel)
f58b348e9d Rename occurrences: UnkStruct_02023790 -> Strbuf 2023-05-12 14:39:41 -07:00
Nomura
e1844cadc0 Restyle function names 2023-02-02 22:06:46 +01:00
Nomura
c882fac307 Document gx_layers.c 2023-01-28 17:29:10 +01:00
Nomura
7c013f896d Document error_message_reset.c 2023-01-27 22:05:22 +01:00