summaryrefslogtreecommitdiff
path: root/home/overworld.asm
AgeCommit message (Collapse)Author
2021-11-23Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-11-05Refactorize check button pressed (#340)Yoann Fievez
2021-05-31Merge branch 'master' of https://github.com/pret/pokereddannye
2021-05-31More WRAM label cleanup (still needs UNIONs and renaming)Rangi
2020-12-15Merge branch 'master' of https://github.com/pret/pokereddannye
2020-11-29Label and document hFFD7 more accuratelySatoMew
2020-11-07More debug yellowdannye
only debug menu left
2020-11-05Organize home and macro codeRangi
2020-11-05Sync home and macro code with pokeyellowRangi
2020-11-04Start reorganizing pokeyellowRangi
2020-11-04Sync with pokereddannye
2020-08-30Factor out data/tilesets/pair_collision_tile_ids.asmRangi
2020-07-17cycling.png -> red_bike.pngRangi
2020-07-16Merge pull request #276 from TheFakeMateo/masterRangi
Deobfuscate exit warps on indoor maps
2020-07-15Deobfuscate exit warps on indoor mapsTheFakeMateo
2020-07-15Disassemble the BLUEMONS.GB debug ROMRangi
2020-07-07Move all code out of home.asm into home/Rangi
This results in 64 home/*.asm files, comparable to pokecrystal's 57.
2020-07-07Remove c1x*/c2x* comments, use struct offset constantsRangi
2020-07-07Sync coordinate macros with pokecrystalRangi
2020-07-06callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi
2020-07-05Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi
2020-07-05Port two HRAM labels from pokeyellowRangi
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi
by rgbds 0.4.0)
2020-07-03Replace raw hex values with HRAM constantsRangi
To do: turn constants into labels and use ldh
2020-07-03H_CONSTANTNAMES -> hConstantNamesRangi
2020-07-03Organize macros/ like pokecrystalRangi
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-05-20Sync with pokereddannye
2019-07-27Update audio macro namesdannye
change audio channel numbers from 0-7 back to 1-8 change all note macros back to single note macro todo: fix comments with old macro names, update noise macros/instrument names
2019-07-07Replace some hard-coded values with constantsRangi
2019-02-20Improve some labels in the Pikachu Follow codeTravis McGeehan
2019-01-01Rename map files, labels, and constants to be consistent and work with ↵Rangi
Polished Map
2018-11-18Rename spritestatedata structs.luckytyphlosion
2017-12-30Add space between arguments in assembly instructions and remove redundant a ↵xCrystal
in instructions like add a, x
2017-09-25Fix warnings about deprecated mnemonics on newer builds of rgbdsPokechu22
2017-06-09Replace deprecated mnemonics by the correct onesAntonio Niño Díaz
The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
2016-12-31split code out of main.asmYamaArashi
2016-07-27Redo audio header macrodannye
2016-07-16Merge branch 'master' of https://github.com/pret/pokeyellowdannye
2016-06-12sync homeYamaArashi
2016-06-12sync homeYamaArashi
2016-06-12sync tileset WRAM labelsYamaArashi
2016-06-12sync tileset WRAM labelsYamaArashi
2016-06-12Remove more address commentsdannye
2016-06-11remove address commentsYamaArashi
2016-06-11Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt
2016-06-11remove address commentsYamaArashi
2016-06-11Merge branch 'master' of https://github.com/pret/pokeyellowdannye