summaryrefslogtreecommitdiff
path: root/engine/events
AgeCommit message (Collapse)Author
2021-01-25Disassemble Pokecenter PC (#90)Zumi
Disassemble Pokecenter PC and identify some menu functions in bank 09
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
2018-07-03Introduce linkerscript.luckytyphlosion
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-03Fix uncaught build errors.luckytyphlosion
2018-07-03Merge branch 'master' of https://github.com/pret/pokegold-spaceworldluckytyphlosion
2018-07-03Merge branch 'master' of https://github.com/pret/pokegold-spaceworldluckytyphlosion
2018-06-24home/copy2: rename Function0d02 to RedrawPlayerSpriteTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-18Removed SCRIPT_FINISHED constant, it was misleadingPokeglitch
2018-06-18Forgot to add changes to previous commit.Pokeglitch
2018-06-18Added in macros for scripts, queuePokeglitch
2018-06-17Renamed overworld.asm to field_moves.asmPokeglitch
2018-06-17Added some constants, removed todos for overworld.asmPokeglitch
2018-06-17Added constants, removed TODOs to health.asmPokeglitch
2018-06-16More field moves, need to clean up names and constantsPokeglitch
2018-06-15Changed labelsPokeglitch
2018-06-15Disassembled Fly and DigPokeglitch
2018-06-15Added addresses as comments to stringsPokeglitch
2018-06-15Updated script constantsPokeglitch
2018-06-15Added constantsPokeglitch
2018-06-15Updated removed para_done and made para a macroPokeglitch
2018-06-15Using text macrosPokeglitch
2018-06-15Disassembled spawn pointsPokeglitch
2018-06-15Using macros for FarCallPokeglitch
2018-06-14Disassembled teleportPokeglitch