Commit Graph

105 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
IIMarckus
8270797280 Main menu: New Game starts a new game, Play Pokémon starts the demo. 2018-08-16 02:46:16 -06:00
IIMarckus
683e15a0c4 Display a complete main menu. 2018-08-16 02:46:15 -06:00
Sanqui
9a80069ef0 Begin English translation with font and main menu 2018-08-16 02:46:15 -06:00
Pokeglitch
b67fc88e00 Capitalized unknown HRAM labels 2018-07-31 22:03:58 -04:00
Pokeglitch
e9226d0a53 Small formatting fix 2018-07-31 21:09:01 -04:00
Pokeglitch
9d93ab21de Finished dumping bank 1 2018-07-31 21:06:42 -04:00
Pokeglitch
998fea6e43 More bank 1 dumps 2018-07-31 12:55:50 -04:00
Pokeglitch
21fdd85e3d Dumped more of bank 1 2018-07-31 10:38:47 -04:00
Pokeglitch
410e41ab77 began dumping bank 1 2018-07-30 22:34:21 -04:00
luckytyphlosion
3b704c267c Merge branch 'master' into section-reorg 2018-07-08 21:21:12 -04:00
obskyr
5ec276e7c7 Disassemble new game WRAM initialization
With a lot of unknowns still there, of course.
2018-07-07 07:08:26 +02:00
luckytyphlosion
e1659ecd41 Introduce linkerscript.
Addresses of sections will now be added to the linkerscript via `org`, and the section name will be the path/to/file. If there is more than one section in the file, then add a @SectionName after the path/to/file to describe the section.
2018-07-03 17:07:05 -04:00
luckytyphlosion
f3f0e711bf Fix uncaught build errors. 2018-07-03 14:10:28 -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
luckytyphlosion
870d85fc27 Merge branch 'master' of https://github.com/pret/pokegold-spaceworld 2018-07-03 13:27:51 -04:00
obskyr
e596d41c17 A few small formatting fixes 2018-07-03 04:59:38 +02: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
2dfc7fc635 Moved CollisionTypeTable to separate file 2018-06-25 22:55:48 -04: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
Tauwasser
57481cc942 home/copy2: rename Function0d02 to RedrawPlayerSprite
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-24 23:10:16 +02:00
2Tie
0369ef51b4 split the oak speeches and game setup into two files 2018-06-23 10:19:49 -06:00
IIMarckus
d65cb5004e Extract a little more from Oak's speech. 2018-06-23 05:15:40 -06:00
IIMarckus
6ecb818d5f Disassemble Oak's speech. 2018-06-23 04:52:34 -06:00
IIMarckus
d3bd2fe6e5 Disassemble main menu selection logic. 2018-06-23 03:38:29 -06:00
2Tie
26edac4db6 additional menu data tidying up/figuring out 2018-06-19 12:48:42 -06:00
2Tie
beae22ccbd spoilers: it wasn't 2018-06-18 23:25:39 -06:00
2Tie
753cec9bd6 forgot to save this change, oops 2018-06-18 22:17:42 -06:00
2Tie
a1d5ddac4c more bank 1 disasm 2018-06-18 22:15:42 -06:00
2Tie
0a2d5a66cd more disassembly in bank 1 2018-06-18 19:37:04 -06:00
Pokeglitch
966b29e811 Removed SCRIPT_FINISHED constant, it was misleading 2018-06-18 09:00:51 -04:00
Pokeglitch
f7ec78851c Forgot to add changes to previous commit. 2018-06-18 08:45:05 -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
a9ae89792c Renamed overworld.asm to field_moves.asm 2018-06-17 08:26:23 -04: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
2Tie
130f5f1bb9 happy birthday, here's the main menu debug menu... menu 2018-06-17 03:42:21 -06: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
758398b87d Changed labels 2018-06-15 20:42:25 -04:00
Pokeglitch
85130570ed Disassembled Fly and Dig 2018-06-15 20:22:20 -04:00
Pokeglitch
5b559fd49b Added addresses as comments to strings 2018-06-15 13:13:37 -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