Commit Graph

746 Commits

Author SHA1 Message Date
Rachel
ea2ffe3839
Merge pull request #93 from PikalaxALT/feature/docker
Add Dockerfile
2023-10-25 22:46:35 -07:00
PikalaxALT
78024672bb
Update INSTALL.md 2023-10-24 22:17:06 -04:00
pikalaxalt
cdf61eb979
Typo fix 2023-10-24 20:41:46 -04:00
PikalaxALT
2bc3a04487
Add Dockerfile 2023-10-24 20:39:37 -04:00
Rachel
830bcf164e
Merge pull request #91 from lhearachel/battle-dev
Document the capture formula
2023-10-23 11:49:23 -07:00
Rachel
23e118dbba
Merge pull request #90 from lhearachel/mac-build
Add support for build on Mac OSX <= 10.14
2023-10-23 11:49:09 -07:00
Rachel
5506b54588 Add support for build on Mac OSX <= 10.14 2023-10-23 00:27:55 -07:00
lhearachel
7584276155 Document the capture formula 2023-10-23 00:18:10 -07:00
lhearachel
d2c301cc45 Document battle terrain, time, and species-caught checks 2023-10-22 20:29:33 -07:00
lhearachel
fac48e608a Label struct+fields: UnkStruct_ov12_02237728 -> BallThrow 2023-10-22 19:51:31 -07:00
Rachel
8f7a8f780c
Merge pull request #86 from lhearachel/battle-dev
Document SetupMultiHit, SetVarValue, and ChangeStatStage commands
2023-10-20 22:04:45 -07:00
lhearachel
37f7d89321 Document BtlCmd_ChangeStatStage 2023-10-18 19:06:19 -07:00
lhearachel
870997c882 Document SetupMultiHit and SetVarValue commands 2023-10-18 19:06:15 -07:00
luckytyphlosion
584e2dfabb
Merge pull request #89 from PikalaxALT/bugfix/calcrom 2023-10-16 20:59:54 -04:00
pikalaxalt
54945c5b12
define build_name variable 2023-10-16 18:09:00 -04:00
luckytyphlosion
df7f8bebc7
Merge pull request #88 from PikalaxALT/bugfix/calcrom 2023-10-16 08:53:29 -04:00
PikalaxALT
134d6cd5db
Make calcrom.py executable 2023-10-15 16:58:03 -04:00
Rachel
b098d9329a
Merge pull request #87 from PikalaxALT/bugfix/calcrom
Fix calcrom. For real this time.
2023-10-15 13:40:14 -07:00
PikalaxALT
30bdd50fe4
remove unnecessary arg to webhook.sh 2023-10-15 15:37:14 -04:00
PikalaxALT
b09463c090
Fix calcrom. For real this time. 2023-10-15 15:34:06 -04:00
Rachel
7dc08079e2
Merge pull request #85 from lhearachel/battle-dev
Document ShowPartyList, WaitPartyList, Switch, and JumpIfAnySwitches commands
2023-10-14 23:04:26 -07:00
lhearachel
e1b2a01dc2 Document Switch and JumpIfAnySwitches commands 2023-10-14 11:46:13 -07:00
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
4bf5b87f9a Label Giratina + Pokedex Height/Weight functions 2023-10-14 11:46:13 -07:00
lhearachel
f90912ff33 Document ShowPartyList and WaitPartyList commands 2023-10-14 11:46:13 -07:00
Rachel
8aadd80bd7
Merge pull request #84 from lhearachel/battle-dev
Document battle commands related to experience gain and distribution
2023-10-14 11:45:51 -07:00
lhearachel
7b6cb78d37 Document StartGetExpTask and WaitGetExpTask commands 2023-10-13 10:09:18 -07:00
lhearachel
014dc44191 Document BattleScript_GetExpTask 2023-10-13 10:04:38 -07:00
lhearachel
ad15d7ce16 Document BattleScript_CalcEffortValues 2023-10-13 10:03:04 -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
69996ea104 Mass rename: coresys -> gCoreSys 2023-10-13 09:59:51 -07:00
lhearachel
472541a88b Label sub_0200D9E8 -> SysTask_Start 2023-10-13 09:59:49 -07:00
lhearachel
39c137a334 Label struct + member fields for BattleScriptTaskData 2023-10-13 09:57:38 -07:00
lhearachel
f2365bf596 Document BtlCmd_CalcExpGain 2023-10-12 23:13:13 -07:00
Rachel
5d7407fd73
Merge pull request #83 from lhearachel/battle-dev
Document JumpToMove and CheckCritical commands
2023-10-12 23:13:03 -07:00
lhearachel
5ba21a49a8 Document BtlCmd_CheckCritical 2023-10-12 16:57:13 -07:00
lhearachel
6a8bddc6ca Document BtlCmd_JumpToMove 2023-10-12 16:57:13 -07:00
lhearachel
d07252f5c5 Document BattleSystem_Defender, RandomOpponent, and EnemyInSlot 2023-10-12 16:57:13 -07:00
Rachel
9e2fd8398a
Merge pull request #82 from lhearachel/battle-dev
Document commands WaitFrames, PlaySound, If, IfMonData, FadeOut, JumpToSub, JumpToBattleEffect
2023-10-12 13:57:06 -07:00
lhearachel
3c9571ad32 Document FadeOut, JumpToSub, JumpToBattleEffect commands 2023-10-10 22:03:32 -07:00
lhearachel
40c3f6d035 Document If, IfMonData commands 2023-10-10 21:56:19 -07:00
lhearachel
4fe78a9fa3 Document PlaySound command 2023-10-10 21:39:55 -07:00
lhearachel
97a04e1122 Document WaitFrames command 2023-10-10 21:39:55 -07:00
lhearachel
dd3c4f5bbc Document sub_02022798 -> TouchScreen_Tapped 2023-10-10 21:39:55 -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
Rachel
add42c1ffc
Merge pull request #81 from lhearachel/battle-dev
Document PrintMessage, PlayMoveAnimation, FlickerBattler, and FaintBattler
2023-10-10 21:37:01 -07:00
lhearachel
23a3695146 Document FaintBattler and PlayFaintingSequence 2023-10-09 22:40:07 -07:00
lhearachel
523ea64de1 Document BattleScript_UpdateFriendship and dependent functions 2023-10-09 21:56:35 -07:00
lhearachel
b20ea8e1e6 Document FlickerBattler command 2023-10-09 21:11:30 -07:00