aboutsummaryrefslogtreecommitdiffstats
path: root/home/overworld.asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* explore: rewrite as an instant screen-paging cameraAsh Ketchum6 days1-4/+0
* explore: pivot to noclip free-roam cameraAsh Ketchum7 days1-4/+5
* menu: SL0P MENU scaffolding with WARP as a submenuAsh Ketchum7 days1-2/+2
* warp: SELECT opens quick-warp (B1) + relocate intro-skip to PlayIntroAsh Ketchum7 days1-0/+5
* Identify `wPikachuSpawnStateFlags` and `wPikachuMapScriptFlags` bits, and `PI...Yoann Fievez2026-06-241-2/+2
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-34/+31
|\
| * Use macros to enforce "hidden object" constraints, and rename them to "hidden...Rangi2026-01-071-2/+2
| * Use macros to enforce "missable/hide/show object" constraints, and rename the...Rangi2026-01-071-1/+1
| * Comment more unreferenced local labels (#550)Narishma-gb2025-12-151-5/+4
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-19/+19
| * Label and constant cleanup (#528)Narishma-gb2025-09-031-1/+1
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-101-15/+14
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-021-17/+17
|\|
| * Use combined hardware constantsRangi422025-06-301-3/+3
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-25/+25
* | Name Func_07c4/StopBikeSurf (#118)Linus Unnebäck2025-05-101-2/+2
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-301-18/+14
|\|
| * Correct wTileMapBackup declared space (#487)Engezerstorung2025-01-281-18/+14
* | Rename off-by-one wram labelsdannye2024-09-291-9/+9
* | Identify more bit flags (#119)Sylvie2024-09-291-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-138/+139
|\|
| * Identify `wCurrentMapScriptFlags` bits (#467)Sylvie2024-09-241-4/+4
| * Identify more bit flags (#465)Sylvie2024-09-241-1/+1
| * Identify more flag bits (#464)Sylvie2024-09-231-10/+10
| * Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie2024-09-181-10/+10
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-161-99/+98
| * Identify some unused WRAM variables (#453)Sylvie2024-06-151-4/+4
* | Rename pikachu palette packetsdannye2023-11-211-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-211-1/+1
|\|
| * Identify `wSavedCoordIndex` and its other usagesRangi422023-11-201-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-201-17/+16
|\|
| * Correct wTilePlayerStandingOn "unused?" comment (#433)Alchav2023-11-181-1/+1
| * Add constants for wMapConnections bits and group map header wram labelsLinus Unnebäck2023-11-171-11/+10
| * Thoroughly document debug code (#410)SatoMew2023-07-151-5/+5
| * Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-131-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2022-09-121-2/+2
|\|
| * Use the same music headers as pokecrystal (#382)Rangi2022-08-111-2/+2
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-231-6/+6
|\|
| * Refactorize check button pressed (#340)Yoann Fievez2021-11-051-6/+6
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-05-311-21/+21
|\|
| * More WRAM label cleanup (still needs UNIONs and renaming)Rangi2021-05-311-21/+21
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-12-151-1/+1
|\|
| * 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 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