Commit Graph

80 Commits

Author SHA1 Message Date
luckytyphlosion 9824a57620 Merge branch 'master' of https://github.com/pret/pokegold-spaceworld 2018-07-03 13:37:21 -04:00
luckytyphlosion 870d85fc27 Merge branch 'master' of https://github.com/pret/pokegold-spaceworld 2018-07-03 13:27:51 -04:00
obskyr 3fab27f221 Yet a few more formatting fixes 2018-07-03 05:07:59 +02: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
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 beae22ccbd spoilers: it wasn't 2018-06-18 23:25:39 -06:00
2Tie 2f0b152e5a this is how you fix conflicts, right? 2018-06-18 22:53:06 -06:00
2Tie 0a2d5a66cd more disassembly in bank 1 2018-06-18 19:37:04 -06:00
Pokeglitch 12823eea3e Added in macros for scripts, queue 2018-06-18 08:41:39 -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
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
pfero 61c3ca6f63 Add proper tileset constants 2018-06-07 17:14:18 +02:00
Eldred Habert 530e3e8069 Merge pull request #13 from PikalaxALT/rtc_fade
Time of day palettes and fade functions
2018-06-06 17:19:29 +02:00
IIMarckus ea2d9e25e1 Finish dumping trainer parties. 2018-06-06 02:37:26 -06:00
PikalaxALT 779eb6750d Merge branch 'master' into rtc_fade 2018-06-05 22:55:55 -04:00
PikalaxALT 30f2d056f9 Remove the underscores in generic function labels to maintain consistency with pokecrystal 2018-06-05 22:51:11 -04:00
pfero d4a65343da Name the map groups 2018-06-06 01:41:42 +02:00
pfero 77234a79ca Remove leftover cruft 2018-06-06 01:26:33 +02:00
pfero 1023e4f2a9 Disassemble map headers 2018-06-06 01:23:38 +02:00
Rangi 7742e53476 Define landmark constants 2018-06-05 11:56:42 -04:00
PikalaxALT 193cf0265d Backport bg_effects.asm from Crystal 2018-06-04 17:46:44 -04:00
ISSOtm 67090e2e90 Remove generic function reference to CheckSGB 2018-06-04 18:15:48 +02:00
PikalaxALT 634df27635 Merge branch 'master' into build_more_roms 2018-06-03 11:04:06 -04:00
IIMarckus d80330b122 Add more trainer leftovers from Blue. Nothing interesting here. 2018-06-03 00:03:42 -06:00
PikalaxALT 04883f4bf9 Merge branch 'master' into build_more_roms 2018-06-02 21:26:20 -04:00
PikalaxALT 956d010d59 Make the repository build all four ROMs 2018-06-02 20:16:37 -04:00
xCrystal 5fb7140613 Wild Pokemon data: fix formatting 2018-06-02 22:27:33 +02:00
xCrystal ec2c8d971c Add wild Pokemon data 2018-06-02 21:58:28 +02:00
Rangi 50f26bc1ec More trainer data 2018-06-02 12:17:30 -04:00
Rangi ad60797a76 MOVE_PSYCHIC_M → MOVE_PSYCHIC 2018-06-02 11:16:22 -04:00
IIMarckus 406182d0ad Add some trainer parties (including new and leftover ones). 2018-06-02 08:17:56 -06:00
IIMarckus 3295c685ae Add the rival's parties, which are in a different format. 2018-06-02 05:58:04 -06:00
Rangi 17c9b0eb55 Use fullwidth digits 2018-06-01 10:46:40 -04:00
Rangi 1f764d96c4 Declare landmark names (pointer table structure unknown) 2018-06-01 00:30:48 -04:00
Rangi fa086f2dca The dark mon palettes consistently appear to be the shiny ones 2018-06-01 00:05:35 -04:00
Pokeglitch b15511b87a Cleaned up code. Found the unknown_string_funcs in pokered, they deal with Items. Re-ordered to the Item TM/HM Constants for functions to make sense 2018-05-31 22:52:46 -04:00
Pokeglitch a522a56436 Disassembled some copy functions and some unknown string functions 2018-05-31 21:27:02 -04:00
Rangi a7e358cd7e Keep pokemon data in data/pokemon
Don't print "Here" a lot
'make mostlyclean' needs to remove .d files in case a file was renamed
2018-05-31 19:47:03 -04:00
Rangi 2804ddca7e Disassemble overworld sprites 2018-05-31 19:38:55 -04:00
Rangi 513028a98e PAL_39 is the Pokégear radio 2018-05-31 16:47:29 -04:00