summaryrefslogtreecommitdiff
path: root/constants
AgeCommit message (Collapse)Author
2021-07-04Disassemble 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-20Merge pull request #96 from ZoomTen/cries-sfxRangi
Rip SFX and cries (bank $3c)
2021-06-20Merge pull request #95 from ZoomTen/super-gameboyRangi
Some work on SGB functions (bank $02)
2021-06-20Identify SGB_POKEPIC constantRangi
2021-05-31Relabel SFX to match constantsZumi Daxuya
2021-05-31Preliminary cry labellingZumi Daxuya
2021-05-18Minor documentation changeZumi Daxuya
2021-05-18PredefPals defined as SuperPalettesZumi Daxuya
2021-05-18label SGB layout $0EZumi Daxuya
2021-05-17Identify some more SGB stuff, rework SGB layout constantsZumi Daxuya
2021-05-16Disassemble more OW sprite routinesZumi Daxuya
2021-05-16Name map groupsZumi Daxuya
Also provide constant for number of maps in a group (from pokecrystal)
2021-05-02Disassemble memory minigame and Picross minigameZumi
2021-01-25Disassemble RTC setup dialog and slot machine minigame (bank $24) (#87)Zumi
Also identify SFX and cry pointers
2021-01-25Disassemble Pokecenter PC (#90)Zumi
Disassemble Pokecenter PC and identify some menu functions in bank 09
2021-01-25Split and label Trainer Gear code (#89)Zumi
Split and label Trainer Gear code
2021-01-21Disassemble start menu frame type dialogZumi Daxuya
2020-12-18Merge branch 'master' of https://github.com/pret/pokegold-spaceworldZumi 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-17Define NUM_SPRITE_ANIM_STRUCTSRangi
2020-12-17Suggested changes to #84Zumi Daxuya
2020-12-17Suggested changes to #83Zumi Daxuya
2020-12-17whoops, forgot the macro changeZumi Daxuya
2020-12-17Further disassemble audio engineZumi Daxuya
2020-12-17Begin disassembling the rest of the audio engineZumi Daxuya
2020-12-12Some adjustmentsZumi Daxuya
2020-12-11More progress on disassembling Pikachu minigameZumi Daxuya
2020-12-11Start labelling Pikachu minigameZumi Daxuya
2020-12-10Create sprite_anim_constants.asmZumi Daxuya
2020-12-08Match pokegold's battle transition code more closelyRangi
2020-12-08Updated music constants, labels, and macro names (#78)jd-0
2020-11-13Kanto Mon Names (#79)jd-0
Rename Kanto mons to English
2020-09-23Fill in named constants & values for moves (#76)jd-0
Fill in named constants & values for moves
2020-09-22Use Japanese charmap charactersRangi
2020-09-22Extract move data table (needs identification)Rangi
2020-09-22Replace enum with const, and update many constants to be more like pokegoldRangi
2020-09-22Move most files out of the root directoryRangi
- 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-20Remove more address commentsRangi
2020-09-20Remove address commentsjd-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 whitespaceRangi
- Indent with single tabs, not spaces - Colons after labels - Capitalize BANK, HIGH, and LOW - dbw BANK(X), X -> dba X
2020-09-13Give all .asm and all .inc except of base_stats/???.inc new line at the end ↵Ebernacher90
of file
2020-08-29Resolved conflict caused by my changes.SatoMew
2020-08-09Clean up some code in home/Rangi
2019-09-15Disassemble party menu iconsRangi
2019-04-14Pokégear → Trainer GearSatoMew
2018-11-30cleaned up labels and added more constants, removed the hardcoded relative ↵2Tie
jumps.
2018-07-17Add all dummy scripts.luckytyphlosion
2018-07-08Build files in maps/luckytyphlosion
2018-07-03Merge branch 'master' of https://github.com/pret/pokegold-spaceworldluckytyphlosion
2018-07-03Merge branch 'master' of https://github.com/luckytyphlosion/pokegold-spaceworldluckytyphlosion
2018-07-03Merge 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!