tustin2121
1cb659df8c
Renaming Script Contexts
...
- Determined how the various script contexts were used and renamed accordingly.
- ScriptContext2_Enable/Disable => Lock/UnlockPlayerFieldControls - The sole purpose of the flag is to make sure the player can't move around in the overworld. It has nothing to do with script contexts.
- ScriptContext1 => ScriptContext - It is the global script context used to set up scripts which run over many frames.
- ScriptContext2_RunNewScript => RunScriptImmediately - ScriptContext2's sole purpose was to run scripts immediately and in a separate context, usually while the global context is waiting for things like map loads or screen changes.
2022-08-15 15:18:12 -04:00
GriffinR
1b35f9adad
Use specific name limits for string limit functions
2021-11-17 22:11:03 -05:00
GriffinR
a6ab2eb883
Merge branch 'master' into trailingSpaces
2021-09-23 21:39:21 -04:00
GriffinR
cbf8863e5b
Clean up Lilycove Lady
2021-09-09 15:24:34 -04:00
LOuroboros
554210c5e3
Removed trailing spaces in the most relevant files
...
Command used for the job:
egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g'
Credits to Grant Murphy from Stack Overflow.
2021-08-24 19:59:32 -03:00
GriffinR
c786a9b20c
Document pokeblock menu
2021-04-11 18:10:05 -04:00
GriffinR
8be2c5d60b
Document Contest Lady TV Show
2021-04-02 01:49:38 -04:00
GriffinR
c6141fea83
Document easy chat
2021-02-24 11:03:45 -05:00
GriffinR
f08615881e
Changes from review
2019-08-21 17:06:55 -05:00
GriffinR
5fb7ab05dd
clean up
2019-08-21 17:06:55 -05:00
GriffinR
d931ba9602
document remaining funcs
2019-08-21 17:06:55 -05:00
GriffinR
7fc99f3952
favor lady funcs
2019-08-21 17:06:55 -05:00
GriffinR
771a7b25fa
move data, more contest lady funcs
2019-08-21 17:06:55 -05:00
GriffinR
009caa21c8
some contest lady funcs
2019-08-21 17:06:55 -05:00
GriffinR
5d96a0cc97
minor fixes
2019-08-21 17:06:55 -05:00
GriffinR
fc467a9d52
standardize favour/favor
2019-08-21 17:06:55 -05:00
GriffinR
23979c4d7d
initial documentation commit
2019-08-21 17:06:55 -05:00
Marcus Huderle
4b9e93850c
Document easy chat screen types
2019-02-27 12:55:29 -06:00
DizzyEggg
49517aca9e
make it compie hopefully
2018-12-24 22:19:40 +01:00
DizzyEggg
4d5bfc149e
Merge branch 'master' into decomp_record_mixing
2018-05-20 12:16:45 +02:00
DizzyEggg
1307fde8ca
make field tasks compile
2018-05-19 18:13:48 +02:00
DizzyEggg
e44f35c7b7
fix record mixing merge conflicts
2018-05-19 12:32:44 +02:00
DizzyEggg
25c669e36b
decompile item
2018-04-29 13:36:26 +02:00
DizzyEggg
305a4fa744
match two functions
2018-02-28 19:37:48 +01:00
DizzyEggg
94b47c0686
decompile overworld
2018-02-14 00:58:22 +01:00
PikalaxALT
590c4b500b
Merge branch 'master' into record_mixing
2018-02-11 20:12:40 -05:00
PikalaxALT
d35cf06854
nonmatching sub_801120C
2018-01-21 18:25:23 -05:00
DizzyEggg
b615af4184
fix pokeblock merge conflicts
2017-12-20 17:16:56 +01:00
DizzyEggg
314b96af46
static names given s prefix
2017-12-17 23:45:27 +01:00
DizzyEggg
5b409d49ed
pokeblock.s is decompiled
2017-12-16 15:10:29 +01:00
DizzyEggg
f4ab21ee67
Merge branch 'master' into decompile_use_pokeblock
2017-12-16 11:42:59 +01:00
DizzyEggg
8ac17e0948
move data from asm to pokeblock.c
2017-12-11 16:52:28 +01:00
camthesaxman
19fbf024ff
fix merge conflicts
2017-12-05 12:42:30 -06:00
camthesaxman
00896cb3b5
rename rng.c to random.c and rom4.c to overworld.c
2017-12-05 12:27:33 -06:00
camthesaxman
caa13f8777
convert some constants to C headers
2017-12-05 11:55:48 -06:00
Diegoisawesome
2e40384fa2
Extract baseroms from event_scripts
2017-11-10 18:12:18 -06:00
Diegoisawesome
e6ef86e4b0
Update variable and flag names
2017-11-08 15:20:10 -06:00
PikalaxALT
8d05aeccec
sub_80E7A14
2017-11-04 19:03:41 -04:00
Diegoisawesome
f1b6358047
Port/decomp scrcmd
2017-10-12 02:06:19 -05:00
PikalaxALT
8d5250fdaa
Merge branch 'master' into lilycove_lady
2017-09-20 23:02:17 -04:00
PikalaxALT
6f481cceb1
Decompile lilycove lady data
2017-09-20 22:52:42 -04:00
PikalaxALT
63a25a34a7
Disassemble lilycove lady data
2017-09-20 21:42:14 -04:00
PikalaxALT
942fbe87d4
Populate header, label as static whatever won't break things
2017-09-20 21:03:57 -04:00
PikalaxALT
d263750f19
remaining lilycove lady functions
2017-09-20 20:48:32 -04:00
PikalaxALT
faf844f332
through sub_818E880
2017-09-20 20:32:22 -04:00
PikalaxALT
c56b6fc9a4
sub_818E794
2017-09-20 20:24:22 -04:00
PikalaxALT
25ffdf7342
sub_818E704
2017-09-20 20:16:11 -04:00
PikalaxALT
bf4319f25e
sub_818E6B0
2017-09-20 20:08:05 -04:00
PikalaxALT
7c8cbc6b88
SetLilycoveContestLady
2017-09-20 16:49:22 -04:00
PikalaxALT
44e75e1f03
through sub_818E570
2017-09-20 16:32:37 -04:00