Commit Graph

84 Commits

Author SHA1 Message Date
obskyr
3e8800f447 Implement hack pointcut system
Ported from Sanqui's Harvest Moon 3 translation project!

Also puts a pointcut in place to keep patch WRAM uncleared when starting a new game.
2018-08-16 03:20:27 -06:00
luckytyphlosion
5b4ef99f4b Add all dummy scripts. 2018-07-17 15:42:49 -04:00
luckytyphlosion
ca09233c9e Build files in maps/ 2018-07-08 17:34:41 -04:00
luckytyphlosion
9824a57620 Merge branch 'master' of https://github.com/pret/pokegold-spaceworld 2018-07-03 13:37:21 -04:00
luckytyphlosion
75e4f78492 Merge branch 'master' of https://github.com/luckytyphlosion/pokegold-spaceworld 2018-07-03 13:36:50 -04:00
obskyr
382fd4b50e Merge branch 'collisions-movements' of https://github.com/Pokeglitch/pokegold-spaceworld into master
And that's the last of the manual merges for now! Hooray!
2018-07-03 04:50:33 +02:00
obskyr
9ee9fe5c8f Merge branch 'master' of https://github.com/mid-kid/pokegold-spaceworld into master
Once again, manually. Hoo boy.
2018-07-03 04:27:25 +02:00
obskyr
5a8a294140 Merge branch 'master' of https://github.com/2Tie/pokegold-spaceworld into master
Long overdue!
2018-07-03 03:29:47 +02:00
Pokeglitch
3c966f7df4 Disassembled all routines related to sprite movement/collisions. Added in constants 2018-06-25 22:43:31 -04:00
Tauwasser
906ea8bdfc engine: disassemble player movement (WIP)
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-24 23:15:07 +02:00
pfero
67388aeeda Disassemble all map attributes 2018-06-23 14:25:46 +02:00
pfero
368f929da2 Fix landmark constants 2018-06-22 17:18:23 +02:00
2Tie
2f0b152e5a this is how you fix conflicts, right? 2018-06-18 22:53:06 -06:00
2Tie
a1d5ddac4c more bank 1 disasm 2018-06-18 22:15:42 -06:00
Pokeglitch
e7af9f4f5a added newline at end of some files 2018-06-18 09:01:29 -04:00
Pokeglitch
966b29e811 Removed SCRIPT_FINISHED constant, it was misleading 2018-06-18 09:00:51 -04:00
Pokeglitch
12823eea3e Added in macros for scripts, queue 2018-06-18 08:41:39 -04:00
2Tie
c557bd6613 main menu progress for the day, still have a bunch more to go. 2018-06-17 23:04:49 -06:00
2Tie
b095e62630 some more tidying up 2018-06-17 11:16:28 -06:00
Pokeglitch
f00dbc8015 Added some constants, removed todos for overworld.asm 2018-06-17 08:23:27 -04:00
Pokeglitch
2cb260953d Added constants, removed TODOs to health.asm 2018-06-17 07:38:57 -04:00
Pokeglitch
0ddae2eac0 More field moves, need to clean up names and constants 2018-06-16 15:44:10 -04:00
Pokeglitch
f11e353fbb More Bank 3 routines 2018-06-16 10:24:17 -04:00
Pokeglitch
85130570ed Disassembled Fly and Dig 2018-06-15 20:22:20 -04:00
Pokeglitch
5af2f6fcb0 Updated script constants 2018-06-15 11:44:47 -04:00
Pokeglitch
d0ef40a600 Added constants 2018-06-15 11:37:36 -04:00
Pokeglitch
3c2daf8f03 Disassembled spawn points 2018-06-15 07:19:24 -04:00
Pokeglitch
c955c8d353 Disassembled teleport 2018-06-14 21:46:09 -04:00
Pokeglitch
b84c9c4974 Extracted a few more bank 3 routines 2018-06-13 21:05:24 -04:00
Tauwasser
c7acfb3452 home: disassemble more map/overworld functions
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-12 23:04:14 +02:00
PikalaxALT
2327c6b7c4 2D Menu functions 2018-06-10 21:57:21 -04:00
ISSOtm
d89bd1ac8b Merge branch 'math_etc' into 'master' 2018-06-10 14:20:59 +02:00
ISSOtm
38f3f41269 Disassemble map loading
Somewhat unfinished, but everything has been marked with a TODO.
Fo example:
- determining the remaining map setup constants
- filling the gaps left (see where the SECTIONs are)
- documenting the few hex addresses left
2018-06-10 01:28:16 +02:00
pfero
61c3ca6f63 Add proper tileset constants 2018-06-07 17:14:18 +02:00
PikalaxALT
e00b497917 More menu-related functions 2018-06-06 12:57:48 -04:00
PikalaxALT
779eb6750d Merge branch 'master' into rtc_fade 2018-06-05 22:55:55 -04:00
pfero
d4a65343da Name the map groups 2018-06-06 01:41:42 +02:00
pfero
1023e4f2a9 Disassemble map headers 2018-06-06 01:23:38 +02:00
pfero
e9a8f8a769 Finish disassembling the names functions 2018-06-05 23:59:08 +02:00
PikalaxALT
3015d3b547 Remaining serial functions in HOME 2018-06-05 17:39:40 -04:00
pfero
7439c3107e WASTE -> WEST 2018-06-05 21:49:23 +02:00
pfero
2de1701c64 Add map IDs
Courtesy of Koolboyman
2018-06-05 21:47:22 +02:00
Rangi
7742e53476 Define landmark constants 2018-06-05 11:56:42 -04:00
Pokeglitch
a02f7c3348 Merge remote-tracking branch 'upstream/master' 2018-06-04 19:44:23 -04:00
PikalaxALT
193cf0265d Backport bg_effects.asm from Crystal 2018-06-04 17:46:44 -04:00
Pokeglitch
1f01b4d330 Added Inventory Add/Remove routines 2018-06-04 14:29:20 -04:00
pfero
123e57a908 Alignment 2018-06-04 18:32:37 +02:00
pfero
54c8d02cd6 Disassemble PlayDanger 2018-06-04 14:35:34 +02:00
pfero
61bf6b9e58 Fix channel_struct members 2018-06-04 11:39:26 +02:00
dannye
427d4a8436 Add music constants 2018-06-03 23:09:11 -05:00