theo3
|
f708586cc3
|
fix incorrect symbol
|
2021-03-21 23:02:25 -07:00 |
|
theo3
|
f56a1cade6
|
fix merge conflict
|
2021-03-21 22:59:52 -07:00 |
|
theo3
|
8734f766b4
|
rename MainLoop -> AgbMain
|
2021-03-21 22:58:45 -07:00 |
|
notyourav
|
2773daf3a7
|
Merge branch 'master' into minishSizedEntrance
|
2021-03-21 22:56:17 -07:00 |
|
theo3
|
f0d610f385
|
fix entity.c search prototypes, add documentation
|
2021-03-21 22:04:04 -07:00 |
|
theo3
|
bd50d449de
|
collapse TUs
|
2021-03-21 20:51:08 -07:00 |
|
notyourav
|
8b81269271
|
Merge branch 'master' into ply
|
2021-03-17 20:23:01 -07:00 |
|
theo3
|
a39686c24c
|
fix
|
2021-03-17 20:20:32 -07:00 |
|
Henny022p
|
b4100dbc51
|
update for latest changes
|
2021-03-16 21:13:21 +01:00 |
|
gamestabled
|
9992830ee9
|
minishSizedEntrance OK
|
2021-03-16 03:28:57 -04:00 |
|
theo3
|
af98f5f9a3
|
several more player functions done
|
2021-03-15 21:24:10 -07:00 |
|
Henny022p
|
a2cdfd6d8d
|
Merge branch 'master' into cleanup_declarations
|
2021-03-15 22:56:23 +01:00 |
|
gamestabled
|
e541025bb7
|
MinishSizedArchway OK
|
2021-03-15 02:40:37 -04:00 |
|
theo3
|
e251d79ffd
|
quick fix 🙂
|
2021-03-13 01:14:46 -08:00 |
|
octorock
|
1488892c3a
|
Replace the remaining pointers in scripts
|
2021-03-09 08:39:15 +01:00 |
|
octorock
|
cb37ce24f3
|
Use .2byte for zeros in scripts
|
2021-03-09 08:37:29 +01:00 |
|
Henny022p
|
d6c379cb3e
|
big cleanup part 1
|
2021-03-09 04:22:03 +01:00 |
|
Henny022p
|
5e2af32bb1
|
named some stuff
|
2021-03-09 01:28:13 +01:00 |
|
Henny022p
|
daec92fefc
|
another variadic macro
|
2021-03-08 01:04:24 +01:00 |
|
Henny022p
|
9bef8b068c
|
naming stuff
|
2021-03-08 00:52:06 +01:00 |
|
Henny022p
|
3e71687184
|
renamed JumpSwitch to JumpTable
|
2021-03-07 23:52:13 +01:00 |
|
Henny022p
|
4764b34e34
|
replaced .short/.word with .2byte/.4byte in script macros
|
2021-03-07 23:48:34 +01:00 |
|
Henny022p
|
5d2173f931
|
replaced JumpSwitch macros with variadic versions
|
2021-03-07 23:46:40 +01:00 |
|
octorock
|
74e48d98b0
|
Rename to Begin/EndBlock
|
2021-03-07 01:25:44 +01:00 |
|
octorock
|
2bcea72f49
|
Clean up script files
|
2021-03-06 18:49:02 +01:00 |
|
octorock
|
15f480dc0f
|
Add labels for relative jumps
|
2021-03-06 17:47:56 +01:00 |
|
octorock
|
33b1445deb
|
Prefix script files with script_ instead of gUnk_
|
2021-03-06 15:01:29 +01:00 |
|
octorock
|
09087886c6
|
Generate variants of macros for functions with variable parameter count
|
2021-03-06 14:53:33 +01:00 |
|
octorock
|
b65f5e1bd0
|
Reference pointers directly
|
2021-03-06 14:53:33 +01:00 |
|
octorock
|
9441dac477
|
Split at externally referenced labels
|
2021-03-06 14:53:33 +01:00 |
|
octorock
|
c83c3e60d3
|
Split scripts at more useful places
|
2021-03-06 14:53:33 +01:00 |
|
octorock
|
37d03d1382
|
Apply renaming
|
2021-03-06 14:53:33 +01:00 |
|
Henny022p
|
a35c22e940
|
started naming script stuff
|
2021-03-06 14:53:33 +01:00 |
|
octorock
|
e94df6de4a
|
Move all scripts to data/scripts.s
|
2021-03-06 14:53:33 +01:00 |
|
octorock
|
223cf98a51
|
Use assembly macros instead
|
2021-03-06 14:53:33 +01:00 |
|
octorock
|
40a3d866b1
|
Split off second script
|
2021-03-06 14:53:33 +01:00 |
|
octorock
|
654434c74b
|
Start building macros for scripts
|
2021-03-06 14:53:33 +01:00 |
|
octorock
|
27992b7e5f
|
Refactor rest of ezloCap
|
2021-03-04 01:11:43 +01:00 |
|
octorock
|
32a2d8f997
|
Apply suggested improvements
|
2021-03-04 00:34:09 +01:00 |
|
Henny022p
|
cd4a04c5ab
|
matched VerifyChecksum
|
2021-03-02 22:41:26 +01:00 |
|
Henny022p
|
de4428799e
|
naming and documenting stuff
|
2021-03-02 22:24:16 +01:00 |
|
Henny022p
|
dcc674f55f
|
naming and documenting stuff
|
2021-03-02 21:47:19 +01:00 |
|
Henny022p
|
72f41cb594
|
naming and documenting stuff
|
2021-03-02 19:55:34 +01:00 |
|
Henny022p
|
323651db1b
|
matched sub_0807D008
|
2021-03-02 17:21:08 +01:00 |
|
Henny022p
|
83ca45d630
|
matched data read, write and compare functions
|
2021-03-02 16:11:31 +01:00 |
|
Henny022p
|
debbe46aec
|
merge PR 4
|
2021-03-02 10:35:40 +01:00 |
|
Macrepeh
|
56add4dfc2
|
Delete ropeGolden.s
|
2021-02-28 21:30:59 -05:00 |
|
Macrepeh
|
055dab9580
|
Delete rope.s
|
2021-02-28 21:30:50 -05:00 |
|
Macrepeh
|
42cb35c883
|
RopeGolden nonmatching
|
2021-02-28 21:24:27 -05:00 |
|
theo3
|
0aa3c18d08
|
more symbols
|
2021-02-28 15:07:06 -08:00 |
|