aboutsummaryrefslogtreecommitdiffstats
path: root/engine/link/cable_club.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-8/+8
|\
| * Comment more unreferenced local labels (#550)Narishma-gb2025-12-151-1/+1
| |
| * Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb2025-11-271-6/+6
| |
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Use `OBJ_SIZE` and `TILE_SIZE` from hardware.inc. - `SPRITESTATEDATA1_LENGTH`, `NUM_SPRITESTATEDATA_STRUCTS` and `TILE_1BPP_SIZE` are used in some places. - Highlight an oversight in `OakSpeech` where several direct MBC bank switches are requested. - Remove redundant comments in home/overworld.asm. - Add unreferenced `FillBgMap` function to avoid a byte of dead code. - Some constants added in wram.asm. - Correctly separate the commented code in `SaveMainData`.
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-121-8/+8
|\|
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-8/+8
| |
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-101-1/+1
| | | | | | | | | | | | | | | | | | * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar`
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-09-061-1/+1
|\|
| * Label and constant cleanup (#528)Narishma-gb2025-09-031-1/+1
| | | | | | | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-021-20/+20
|\|
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-20/+20
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-301-3/+3
|\|
| * Miscellaneous cleanup (#488)Rangi2025-01-281-3/+3
| | | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com>
* | Merge branch 'master' of https://github.com/pret/pokeredRangi422024-12-251-1/+1
|\|
| * Remove redundant parenthesesRangi422024-12-161-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-16/+16
|\|
| * Identify more flag bits (#464)Sylvie2024-09-231-7/+7
| |
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-181-3/+3
| |
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-041-1/+1
| |
| * Identify wcd6d as wNameBuffer and others (#455)Sylvie2024-07-241-1/+1
| |
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-161-2/+2
| |
| * Identify some unused WRAM variables (#453)Sylvie2024-06-151-2/+2
| |
| * party_struct constants and ExchangeBytes size (#364)vulcandth2022-07-041-3/+3
| | | | | | Co-Authored-By: Rangi <35663410+Rangi42@users.noreply.github.com>
| * VC ExchangeBytes Aliases (#363)vulcandth2022-06-221-3/+3
| | | | | | Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at>
| * Improved Virtual Console patch identifiers (#357)vulcandth2022-06-061-4/+4
| |
| * Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth2022-03-261-0/+4
| |
* | Rename pikachu palette packetsdannye2023-11-211-4/+4
| |
* | party_struct constants and ExchangeBytes size (#91)vulcandth2022-07-041-3/+3
| | | | | | Co-Authored-By: Rangi <35663410+Rangi42@users.noreply.github.com>
* | VC ExchangeBytes Aliases (#90)vulcandth2022-06-221-2/+2
| | | | | | Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at>
* | Improved Virtual Console patch identifiers (#85)vulcandth2022-06-061-3/+3
| |
* | Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth2022-03-261-0/+3
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-231-11/+11
|\|
| * Refactorize check button pressed (#340)Yoann Fievez2021-11-051-11/+11
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-301-4/+4
|\|
| * Use {interpolation} to generate sequences of RAM labelsRangi2021-04-271-4/+4
| | | | | | | | Fixes #319
| * Identify hUILayoutFlagsRangi2021-02-131-4/+4
| |
* | Identify hUILayoutFlags and hPikachuSpriteVRAMOffsetRangi2021-02-131-4/+4
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| |
| * SONY -> RIVALRangi2020-07-171-1/+1
| |
| * Disassemble the BLUEMONS.GB debug ROMRangi2020-07-151-2/+2
| |
| * Use 'tile' and 'tiles' macrosRangi2020-07-071-1/+1
| |
| * Sync coordinate macros with pokecrystalRangi2020-07-071-29/+29
| |
| * Use HIGH() and LOW()Rangi2020-07-071-2/+2
| |
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-5/+5
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-13/+13
| |
| * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-2/+2
| |
| * Replace raw hex values with HRAM constantsRangi2020-07-031-2/+2
| | | | | | | | To do: turn constants into labels and use ldh
| * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-4/+4
| |
| * Organize macros/ like pokecrystalRangi2020-07-031-2/+2
| | | | | | | | While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.