summaryrefslogtreecommitdiff
path: root/home/map_objects.asm
AgeCommit message (Collapse)Author
2020-11-13Kanto Mon Names (#79)jd-0
Rename Kanto mons to English
2020-09-22include -> INCLUDERangi
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-08-09Clean up some code in home/Rangi
2018-07-31More bank 1 dumpsPokeglitch
2018-07-31Dumped more of bank 1Pokeglitch
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-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!
2018-06-25Disassembled all routines related to sprite movement/collisions. Added in ↵Pokeglitch
constants
2018-06-24all the non-dummy map scripts until Silent Hill are disassebled. five left!2Tie
2018-06-17some more tidying up2Tie
2018-06-16work on talk_to_npc done, naming of some overworld logic and wram values.2Tie
2018-06-09Disassembly of home/map_objects.asmPikalaxALT