aboutsummaryrefslogtreecommitdiffstats
path: root/home/overworld.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Label and document hFFD7 more accuratelySatoMew2020-11-291-1/+1
|
* Sync home and macro code with pokeyellowRangi2020-11-051-7/+7
|
* Factor out data/tilesets/pair_collision_tile_ids.asmRangi2020-08-301-24/+1
|
* cycling.png -> red_bike.pngRangi2020-07-171-1/+1
|
* Merge pull request #276 from TheFakeMateo/masterRangi2020-07-161-1/+1
|\ | | | | Deobfuscate exit warps on indoor maps
| * Deobfuscate exit warps on indoor mapsTheFakeMateo2020-07-151-1/+1
| |
* | Disassemble the BLUEMONS.GB debug ROMRangi2020-07-151-0/+4
|/
* Move all code out of home.asm into home/Rangi2020-07-071-0/+51
| | | | This results in 64 home/*.asm files, comparable to pokecrystal's 57.
* Remove c1x*/c2x* comments, use struct offset constantsRangi2020-07-071-8/+8
|
* Sync coordinate macros with pokecrystalRangi2020-07-071-9/+9
|
* callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-20/+20
|
* Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-90/+90
|
* Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi2020-07-051-21/+21
|
* Port two HRAM labels from pokeyellowRangi2020-07-051-1/+1
|
* Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-2/+2
|
* Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi2020-07-041-6/+6
| | | | by rgbds 0.4.0)
* Replace raw hex values with HRAM constantsRangi2020-07-031-6/+6
| | | | To do: turn constants into labels and use ldh
* H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-11/+11
|
* Organize macros/ like pokecrystalRangi2020-07-031-1/+1
| | | | While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
* Add subdirectories to data/ similar to pokecrystalRangi2020-07-031-1/+1
| | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
* Update audio macro namesdannye2019-07-271-2/+2
| | | | | | 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
* Replace some hard-coded values with constantsRangi2019-07-071-1/+1
|
* Rename map files, labels, and constants to be consistent and work with ↵Rangi2019-01-011-6/+6
| | | | Polished Map
* Add space between arguments in assembly instructions and remove redundant a ↵xCrystal2017-12-301-1149/+1149
| | | | in instructions like add a, x
* Replace deprecated mnemonics by the correct onesAntonio Niño Díaz2017-06-091-1/+1
| | | | | | | 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>
* split code out of main.asmYamaArashi2016-12-311-1/+1
|
* Redo audio header macrodannye2016-07-271-2/+2
|
* sync homeYamaArashi2016-06-121-42/+63
|
* sync tileset WRAM labelsYamaArashi2016-06-121-9/+9
|
* remove address commentsYamaArashi2016-06-111-56/+56
|
* Fix game time labelsPikalaxALT2016-01-031-2/+2
|
* No more W_dannye2015-08-301-114/+114
|
* documented flags and misc. fixesYamaArashi2015-08-291-2/+2
|
* add border constant and clear up misnomerYamaArashi2015-08-141-38/+38
|
* commented SGB palette stuffYamaArashi2015-08-121-4/+4
|
* commented audio codeYamaArashi2015-08-081-11/+11
|
* Use more lbdannye2015-08-051-2/+2
| | | | and other clean up
* yet more namingYamaArashi2015-07-251-6/+7
|
* more naming variablesYamaArashi2015-07-241-16/+21
|
* enumerate eventsYamaArashi2015-07-201-4/+2
|
* namingYamaArashi2015-07-191-68/+68
|
* jpab/jpba macrosYamaArashi2015-07-191-9/+3
|
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-191-1/+1
|\ | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
| * small changesYamaArashi2015-07-181-1/+1
| |
* | Name sound effectsdannye2015-07-191-6/+6
|/
* Consolidate coord macrosdannye2015-07-181-6/+6
|
* fix variable namingYamaArashi2015-07-181-77/+77
|
* named wram variablesYamaArashi2015-07-141-3/+3
|
* Use more screen dimension constantsdannye2015-07-141-1/+1
|
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-141-1/+1
|\ | | | | | | | | Conflicts: engine/town_map.asm