summaryrefslogtreecommitdiff
path: root/home/overworld.asm
AgeCommit message (Collapse)Author
2021-11-05Refactorize check button pressed (#340)Yoann Fievez
2021-05-31More WRAM label cleanup (still needs UNIONs and renaming)Rangi
2020-11-29Label and document hFFD7 more accuratelySatoMew
2020-11-05Sync home and macro code with pokeyellowRangi
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/.
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-01-01Rename map files, labels, and constants to be consistent and work with ↵Rangi
Polished Map
2017-12-30Add space between arguments in assembly instructions and remove redundant a ↵xCrystal
in instructions like add a, x
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-06-12sync homeYamaArashi
2016-06-12sync tileset WRAM labelsYamaArashi
2016-06-11remove address commentsYamaArashi
2016-01-03Fix game time labelsPikalaxALT
2015-08-30No more W_dannye
2015-08-29documented flags and misc. fixesYamaArashi
2015-08-14add border constant and clear up misnomerYamaArashi
2015-08-12commented SGB palette stuffYamaArashi
2015-08-08commented audio codeYamaArashi
2015-08-05Use more lbdannye
and other clean up
2015-07-25yet more namingYamaArashi
2015-07-24more naming variablesYamaArashi
2015-07-20enumerate eventsYamaArashi
2015-07-19namingYamaArashi
2015-07-19jpab/jpba macrosYamaArashi
2015-07-19Merge branch 'master' of https://github.com/YamaArashi/pokereddannye
Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
2015-07-19Name sound effectsdannye
2015-07-18small changesYamaArashi
2015-07-18Consolidate coord macrosdannye
2015-07-18fix variable namingYamaArashi
2015-07-14named wram variablesYamaArashi