Commit Graph

75 Commits

Author SHA1 Message Date
Adrienn Tindall
e7a7762acb
Merge branch 'master' into master 2024-03-21 11:23:52 -05:00
Adrienn Tindall
5e368f42e1 Rename missed functions 2024-03-18 06:21:12 -04:00
Abaresk
fcff8e0c71 Merge branch 'master' into unk_0203E348 2024-03-18 04:46:49 +00:00
Adrienn Tindall
e9484f7664 style changes 2024-03-17 17:52:27 -04:00
Adrienn Tindall
e9617069f6 finish decomping the file lmao 2024-03-17 17:02:46 -04:00
Adrienn Tindall
69e9848781 Requested Changes 2024-03-07 04:08:56 -05:00
Adrienn Tindall
8aa227ce65 Align BtlCmd names 2024-03-06 20:10:45 -05:00
Abaresk
4f1dee1cb1 Address comments 2024-02-28 17:14:34 +00:00
Adrienn Tindall
2072b1f8fd
Merge branch 'master' into master 2024-02-24 01:12:24 -06:00
Akira Akashi
431e3862eb
Merge branch 'master' into options-app 2024-02-05 01:16:06 +00:00
PikalaxALT
8201191201
Address review comments 2024-02-01 18:43:39 -05:00
tgsm
ace1830f79 options, battle_system: Fix function declarations 2024-01-23 12:03:27 -06:00
Adrienn Tindall
5c80eae896 Document battle subscript consts 2024-01-20 06:12:15 -05:00
Adrienn Tindall
74533fb5ec Ported script constants from pokeplatinum 2024-01-19 12:10:26 -05:00
Adrienn Tindall
791ab2b816 More documentation 2024-01-17 14:53:16 -05:00
Adrienn Tindall
190162a923 Obvious Documentations 2024-01-17 09:57:39 -05:00
Adrienn Tindall
7762045543 To ov12_0224D7EC 2024-01-17 07:18:03 -05:00
PikalaxALT
41b19f585c
Patch arg types 2024-01-14 14:23:35 -05:00
Adrienn Tindall
2478f62860 Quick decomp between classes 2024-01-11 11:19:59 -05:00
Adrienn Tindall
e348d0d98f Up to ov12_0224CF14 2024-01-04 00:35:18 -05:00
Adrienn Tindall
14d5920128 Minor documentations 2024-01-03 14:52:34 -05:00
PikalaxALT
561fb3d0df
Clean up game srcs for GNU compat 2023-12-29 10:18:07 -05:00
Adrienn Tindall
605051f0f5 Up to BattleSystem_CheckMoveEffect
Did you know that according to gen 4 coding, Hurricane and Thunder hitting outside of weather are considered move effects?
2023-12-29 03:40:40 -05:00
PikalaxALT
9d617e2ed3
Decompile unk_0200E320 -> sys_task_api 2023-12-28 16:42:23 -05:00
Adrienn Tindall
0b6d686e3b Up to ov12_0224B528 2023-12-28 01:29:56 -05:00
Adrienn Tindall
f77b177d00 StatStruct -> PokemonStats 2023-12-24 14:46:51 -05:00
Adrienn Tindall
196ce4bd8b requested changes 2023-12-24 12:59:33 -05:00
Adrienn Tindall
61783f7bb6 Minor documentation 2023-12-22 11:35:27 -05:00
Adrienn Tindall
5d4c08f6c0 Disobedience code
https://www.youtube.com/watch?v=Mpi0wyVRP0I
2023-12-22 11:08:33 -05:00
Adrienn Tindall
b3e6499bc1 Battle Controller Player Safari Functions 2023-12-20 02:41:37 -05:00
Adrienn Tindall
74d1e5c7e1 Address review changes 2023-12-19 11:35:24 -05:00
Adrienn Tindall
88c914311b Finish decompiling battle_system.c 2023-12-19 05:46:37 -05:00
Adrienn Tindall
8ce73b5428 Document BattleSystem->MessageFormat field 2023-12-19 04:55:36 -05:00
Adrienn Tindall
a2d94aca41 Update AddTextPrinterParameterized params 2023-12-18 06:37:36 -05:00
Adrienn Tindall
c2d87dcde8 Decomp battle print message functions 2023-12-17 17:37:11 -05:00
Adrienn Tindall
78a89dc673 More bsys functions 2023-12-16 20:11:53 -05:00
Adrienn Tindall
3f1b5c6857 Add consts, etc 2023-12-16 18:30:46 -05:00
Adrienn Tindall
a1b964d44e ov10_0221BEF4 2023-11-28 13:39:14 -05:00
Adrienn Tindall
2951dc81b2 UnkBtlCtxSub_76 -> TrainerAIData 2023-11-28 13:18:15 -05:00
Adrienn Tindall
e0794d586f Start work on trainer ai decomp (overlay 10) 2023-11-28 12:57:28 -05:00
Adrienn Tindall
881ba91f8e Decompile battle_02261FD4 2023-11-16 14:15:44 -05:00
Adrienn Tindall
0a2e8810a8
Merge branch 'master' into master 2023-11-03 15:10:37 -04:00
Adrienn Tindall
3d56715df7 Port exp function from plat
Co-Authored-By: Rachel <lhearachel@proton.me>
2023-11-03 15:05:52 -04:00
cbt6
726696a2f9 Use BattleBg and Terrain enum types 2023-10-23 20:31:37 +08:00
Adrienn Tindall
453be7ae90 Add GX Plane Mask constants 2023-10-18 13:13:32 -04:00
Adrienn Tindall
2e9fd85518 Fix build errors 2023-10-16 21:31:49 -04:00
Adrienn Tindall
99f548a4c2 Battle Setup terrain documentation 2023-10-12 18:16:49 -04:00
Adrienn Tindall
7db4002cc6 lil bit of battle code 2023-10-12 16:44:01 -04:00
Adrienn Tindall
5eca720d48 Merge remote-tracking branch 'upstream/master' 2023-10-05 10:44:37 -04:00
Adrienn Tindall
ef830ff24c
cleanup encounter.c
Up to Battle Random functions

start cleaning up encounter.c

fix build

fix build again

remove two files from bad rebase

switch fully to battle type constants

rename TRAINER to Trainer

few more funcs

finish cleanup

address some review comments

de-capitalise std_script
2023-09-23 14:48:45 +01:00