Commit Graph

92 Commits

Author SHA1 Message Date
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
Pokeglitch 3c8aef0735 Updated removed para_done and made para a macro 2018-06-15 08:41:58 -04:00
Pokeglitch f6561411a1 Using text macros 2018-06-15 07:30:03 -04:00
Pokeglitch 3c2daf8f03 Disassembled spawn points 2018-06-15 07:19:24 -04:00
Pokeglitch c3b0443d8b Using macros for FarCall 2018-06-15 06:57:48 -04:00
Pokeglitch c955c8d353 Disassembled teleport 2018-06-14 21:46:09 -04:00
Pokeglitch d6b6771073 updated labels 2018-06-13 21:15:47 -04:00
Pokeglitch 10dfc9b4c4 Fixed commented address, was copied from crystal 2018-06-13 21:07:32 -04:00
Pokeglitch b84c9c4974 Extracted a few more bank 3 routines 2018-06-13 21:05:24 -04:00
Tauwasser b4596aafbe engine: disassemble reset dialog
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-12 22:13:43 +02:00
Tauwasser 6ab74f9884 home, wram, gfx: split toolgear functions from unknown, rename gfx functions, add wram variables
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-12 22:12:54 +02:00
ISSOtm d89bd1ac8b Merge branch 'math_etc' into 'master' 2018-06-10 14:20:59 +02:00
ISSOtm 20f07292a5 Replace a few predefs 2018-06-10 11:51:17 +02:00
ehw 91704c148d Actually remove the include for vram.asm... 2018-06-09 23:32:21 -04:00