Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-04 | Disassemble field debug (bank $3f) (#97) | Zumi | |
* Disassemble SFX and cries * Disassemble clock dialog * Disassemble slot machine minigame * Disassemble AnimateTilesetImpl * Disassemble start menu frame type dialog * Disassemble field menu * Split debug menus into debug folder * Remove redundant shims | |||
2021-06-20 | Merge pull request #96 from ZoomTen/cries-sfx | Rangi | |
Rip SFX and cries (bank $3c) | |||
2021-06-20 | Merge pull request #95 from ZoomTen/super-gameboy | Rangi | |
Some work on SGB functions (bank $02) | |||
2021-06-20 | Identify SGB_POKEPIC constant | Rangi | |
2021-05-31 | Relabel SFX to match constants | Zumi Daxuya | |
2021-05-31 | Preliminary cry labelling | Zumi Daxuya | |
2021-05-18 | Minor documentation change | Zumi Daxuya | |
2021-05-18 | PredefPals defined as SuperPalettes | Zumi Daxuya | |
2021-05-18 | label SGB layout $0E | Zumi Daxuya | |
2021-05-17 | Identify some more SGB stuff, rework SGB layout constants | Zumi Daxuya | |
2021-05-16 | Disassemble more OW sprite routines | Zumi Daxuya | |
2021-05-16 | Name map groups | Zumi Daxuya | |
Also provide constant for number of maps in a group (from pokecrystal) | |||
2021-05-02 | Disassemble memory minigame and Picross minigame | Zumi | |
2021-01-25 | Disassemble RTC setup dialog and slot machine minigame (bank $24) (#87) | Zumi | |
Also identify SFX and cry pointers | |||
2021-01-25 | Disassemble Pokecenter PC (#90) | Zumi | |
Disassemble Pokecenter PC and identify some menu functions in bank 09 | |||
2021-01-25 | Split and label Trainer Gear code (#89) | Zumi | |
Split and label Trainer Gear code | |||
2021-01-21 | Disassemble start menu frame type dialog | Zumi Daxuya | |
2020-12-18 | Merge branch 'master' of https://github.com/pret/pokegold-spaceworld | Zumi Daxuya | |
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. | |||
2020-12-17 | Define NUM_SPRITE_ANIM_STRUCTS | Rangi | |
2020-12-17 | Suggested changes to #84 | Zumi Daxuya | |
2020-12-17 | Suggested changes to #83 | Zumi Daxuya | |
2020-12-17 | whoops, forgot the macro change | Zumi Daxuya | |
2020-12-17 | Further disassemble audio engine | Zumi Daxuya | |
2020-12-17 | Begin disassembling the rest of the audio engine | Zumi Daxuya | |
2020-12-12 | Some adjustments | Zumi Daxuya | |
2020-12-11 | More progress on disassembling Pikachu minigame | Zumi Daxuya | |
2020-12-11 | Start labelling Pikachu minigame | Zumi Daxuya | |
2020-12-10 | Create sprite_anim_constants.asm | Zumi Daxuya | |
2020-12-08 | Match pokegold's battle transition code more closely | Rangi | |
2020-12-08 | Updated music constants, labels, and macro names (#78) | jd-0 | |
2020-11-13 | Kanto Mon Names (#79) | jd-0 | |
Rename Kanto mons to English | |||
2020-09-23 | Fill in named constants & values for moves (#76) | jd-0 | |
Fill in named constants & values for moves | |||
2020-09-22 | Use Japanese charmap characters | Rangi | |
2020-09-22 | Extract move data table (needs identification) | Rangi | |
2020-09-22 | Replace enum with const, and update many constants to be more like pokegold | Rangi | |
2020-09-22 | Move most files out of the root directory | Rangi | |
- ram/ froups the ram source files - slack/ is for unused garbage taking up the ROM's free space - gfx.py moved to utils/ | |||
2020-09-20 | Remove more address comments | Rangi | |
2020-09-20 | Remove address comments | jd-0 | |
Regex patterns used: ; [0-9a-f]{1,5} \([0-9a-f]{1,2}:[0-9a-f]{1,4}\) ; [0-9a-f]{1,2}:[0-9a-f]{4} ; [0-9a-f]{4,5} ;[0-9a-f]{4,5} ;[0-9a-f]{1,2}:[0-9a-f]{1,4} | |||
2020-09-20 | - Remove trailing whitespace | Rangi | |
- Indent with single tabs, not spaces - Colons after labels - Capitalize BANK, HIGH, and LOW - dbw BANK(X), X -> dba X | |||
2020-09-13 | Give all .asm and all .inc except of base_stats/???.inc new line at the end ↵ | Ebernacher90 | |
of file | |||
2020-08-29 | Resolved conflict caused by my changes. | SatoMew | |
2020-08-09 | Clean up some code in home/ | Rangi | |
2019-09-15 | Disassemble party menu icons | Rangi | |
2019-04-14 | Pokégear → Trainer Gear | SatoMew | |
2018-11-30 | cleaned up labels and added more constants, removed the hardcoded relative ↵ | 2Tie | |
jumps. | |||
2018-07-17 | Add all dummy scripts. | luckytyphlosion | |
2018-07-08 | Build files in maps/ | luckytyphlosion | |
2018-07-03 | Merge branch 'master' of https://github.com/pret/pokegold-spaceworld | luckytyphlosion | |
2018-07-03 | Merge branch 'master' of https://github.com/luckytyphlosion/pokegold-spaceworld | luckytyphlosion | |
2018-07-03 | Merge branch 'collisions-movements' of ↵ | obskyr | |
https://github.com/Pokeglitch/pokegold-spaceworld into master And that's the last of the manual merges for now! Hooray! |