Mateon1
fa2d34f2d9
Tutorial renames
2024-10-15 00:26:15 +02:00
AnonymousRandomPerson
c4dd5fe96e
Merge pull request #215 from mateon1/mateon-2024-sep
...
Mateon 2024 sep
2024-09-18 13:29:09 -04:00
DizzyEggg
3dd20e5803
some documentation on damage struct
2024-09-17 23:26:03 +02:00
DizzyEggg
f43c97be10
sub_806D528 conquered
2024-09-17 21:15:45 +02:00
Mateusz Naściszewski
ae3c563713
Mega rename
2024-09-15 20:29:02 +02:00
AnonymousRandomPerson
aadea917d2
Fix typo in FixedPoint_Subtract
2024-09-14 20:08:46 -04:00
DizzyEggg
fa20c66e44
give proper names to 2 functions
2024-09-14 18:38:45 +02:00
DizzyEggg
6806839965
fixed point rename
2024-09-13 10:15:16 +02:00
AnonymousRandomPerson
76f698c0f7
Updated some AI symbol names
2024-08-29 23:24:58 -04:00
DizzyEggg
ec272b5964
give better names to print string on window functions
2024-07-26 16:23:02 +02:00
Seth Barberee
c581430173
clean up weather struct and label more weather moves
2024-07-20 10:59:15 -07:00
Seth Barberee
e442953b38
label more move funcs
2024-04-14 17:29:48 -07:00
Seth Barberee
a372938d6c
address more review comments
2024-01-29 14:55:36 -08:00
Seth Barberee
11c5c7505d
address review comment
2024-01-29 14:50:49 -08:00
Seth Barberee
4051053fd8
More work on trap funcs
2024-01-06 21:12:17 -08:00
Seth Barberee
3635d87b57
decomp few more trap funcs and fix some names
2024-01-06 10:23:18 -08:00
Roshan Padaki
9ec6e1403f
actually, just decomp cos/sin/mod
2023-09-24 04:13:21 -04:00
Kermalis
0909353890
Clean post_office_guide
2023-09-03 00:13:15 -04:00
Seth Barberee
caaee60187
one more menu decomp and EncoreMoveAction/StatusTarget decomped
2023-05-25 08:02:53 -07:00
Seth Barberee
f4dd4b555f
name two more funcs
2023-01-29 20:45:01 -08:00
Seth Barberee
61545f247f
address most review comments
2023-01-29 20:21:57 -08:00
Seth Barberee
a990b639ce
document more funcs
2023-01-26 22:09:03 -08:00
Seth Barberee
6e23d1999a
document more move actions
2023-01-23 11:57:11 -08:00
AnonymousRandomPerson
b22feb80af
Merge remote-tracking branch 'upstream/master'
2023-01-13 22:36:16 -05:00
Seth Barberee
55dd6ee272
more labeling
2023-01-13 17:22:41 -08:00
AnonymousRandomPerson
be20f60ee0
Synced some symbol names with EoS hacking
2023-01-08 04:23:00 -05:00
Seth Barberee
4d52451f80
rename funcs from github review
2022-12-14 17:51:26 -08:00
Seth Barberee
298f2c5c31
more decomp
2022-12-07 21:11:35 -08:00
Seth Barberee
e12e133458
document more functions and cleanup some code
2022-11-18 10:00:22 -08:00
Seth Barberee
0d02904c9b
finish decomp of code_8075BA4.s
2022-11-17 19:50:37 -08:00
Seth Barberee
4c760a92cb
more decomp
2022-11-11 16:49:48 -08:00
Seth Barberee
e9f8c788da
more decomp
2022-11-02 22:05:20 -07:00
Seth Barberee
1e54931d53
More decomp
2022-10-10 10:04:41 -07:00
Seth Barberee
922695342c
decomp multiple move/orb actions and event flag
2022-10-10 10:04:41 -07:00
Seth Barberee
7fd9ef920a
continue decomping more dungeon side
2022-08-20 10:03:09 -07:00
Seth Barberee
d9893a6274
decomp a few more
2022-07-31 19:13:05 -07:00
Seth Barberee
f9d644ce0f
document CalculateStatusTurns (from PR comments)
2022-05-30 10:03:38 -07:00
Seth Barberee
482ade61be
address review commnts, label almost all dialogue and few more funcs
2022-05-07 07:51:12 -07:00
Seth Barberee
16cdcfe04b
finish off dungeon random and few simple status funcs
2022-04-04 10:55:21 -07:00
AnonymousRandomPerson
64651ef818
Renamed move boolean functions
2022-03-10 22:59:38 -05:00
AnonymousRandomPerson
83d097624b
Renamed sprintf() duplicate function
2022-03-10 22:33:13 -05:00
AnonymousRandomPerson
951b01114a
Decomped IsMoveIndexUsable
2022-03-10 22:33:13 -05:00
AnonymousRandomPerson
60a19d681c
Decomped GetMapTile_2
2022-02-20 21:59:23 -05:00
AnonymousRandomPerson
3bbb6035e7
Decomped GetMoveTargetingFlagsForPokemon()
2022-02-13 22:30:25 -05:00
AnonymousRandomPerson
a9b5977d4c
Decomped MoveMatchesChargingStatus
2022-02-05 20:23:01 -05:00
AnonymousRandomPerson
f728e7e90e
Decomped DecideAttack()
2022-02-04 23:13:01 -05:00
AnonymousRandomPerson
05768ae71d
Decomped RoundUpFixedPoint()
2022-01-06 23:11:38 -06:00
Seth Barberee
f0ef6ae481
decomp some more
2021-12-24 17:45:49 -06:00
mid-kid
99a038284b
Translate all .include to #include
...
This decision was made to reduce the complexity of using .include whilst
juggling with tools/scaninc and tools/preproc:
- tools/scaninc doesn't apply the proper search rules for .include (it
assumes #include behavior). In particular, it doesn't consider paths
starting from $PWD, and doesn't scan the included files as a result.
- .include had to be processed before #include by preproc in many cases,
as code was being included that had to be preprocessed by CPP (think
of #define). This contradicts standard GCC behavior.
To make include paths consistent across the asm/ data/ and src/
directories, the following files were moved:
- constants/ → include/asm/constants/
- asm/macros/ → include/asm/macros/
- asm/macros.inc → include/asm/macros.inc
- include/macros/m4a.inc → include/asm/macros/m4a.inc
As part of the necessary changes for this to work, the scaninc method in
the makefile was improved to generate .d files that don't choke when
files are missing.
2021-12-20 16:29:12 +01:00
Seth Barberee
4fc272fea6
No wifi + 2 days on train = more decomp ( #80 )
...
* No wifi + 2 days on train = more decomp
* layin some more
* one func, one file
2021-12-01 14:33:06 -08:00