aboutsummaryrefslogtreecommitdiffstats
path: root/engine/link (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-12-15Comment more unreferenced local labels (#550)Narishma-gb1-1/+1
2025-11-27Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb1-6/+6
2025-11-18Use more hardware and graphics constants (#532)Narishma-gb1-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`.
2025-11-12Use features of RGBDS 1.0.0 (#537)Rangi1-8/+8
2025-09-10Misc. naming and cleanup (#139)Narishma-gb1-1/+1
* Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar`
2025-09-03Label and constant cleanup (#528)Narishma-gb2-2/+2
* Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit
2025-06-30Replace hardware_constants.asm with hardware.inc (#511)Rangi2-23/+23
2025-01-28Miscellaneous cleanup (#488)Rangi1-3/+3
Co-authored-by: SatoMew <SatoMew@users.noreply.github.com>
2024-12-16Remove redundant parenthesesRangi421-1/+1
2024-09-23Identify more flag bits (#464)Sylvie1-7/+7
2024-09-18Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie1-3/+3
2024-08-04Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie1-1/+1
2024-07-24Identify wcd6d as wNameBuffer and others (#455)Sylvie1-1/+1
2024-07-16Identify various flag labels and bit constants (#454)Sylvie2-4/+4
2024-06-15Identify some unused WRAM variables (#453)Sylvie1-2/+2
2023-11-21Rename pikachu palette packetsdannye1-4/+4
2022-07-04party_struct constants and ExchangeBytes size (#91)vulcandth1-3/+3
Co-Authored-By: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-07-04party_struct constants and ExchangeBytes size (#364)vulcandth1-3/+3
Co-Authored-By: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-06-22VC ExchangeBytes Aliases (#90)vulcandth1-2/+2
Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at>
2022-06-22VC ExchangeBytes Aliases (#363)vulcandth1-3/+3
Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at>
2022-06-06Improved Virtual Console patch identifiers (#85)vulcandth2-7/+7
2022-06-06Improved Virtual Console patch identifiers (#357)vulcandth2-8/+8
2022-04-17Add hSerialConnectionStatus vc_assert (#83)vulcandth1-0/+8
2022-04-17Add hSerialConnectionStatus vc_assert (#354)vulcandth1-0/+8
2022-03-26Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth2-0/+7
2022-03-26Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth2-0/+8
2021-11-05Refactorize check button pressed (#340)Yoann Fievez1-11/+11
2021-04-27Use {interpolation} to generate sequences of RAM labelsRangi1-4/+4
Fixes #319
2021-02-13Identify hUILayoutFlagsRangi1-4/+4
2021-02-13Identify hUILayoutFlags and hPikachuSpriteVRAMOffsetRangi1-4/+4
2020-11-14Fix file modesdannye2-0/+0
2020-11-05Sync more with pokeredRangi1-4/+5
2020-11-05Sync more with pokeyellowRangi1-6/+7
2020-11-04Sync with pokereddannye3-0/+1211
2020-07-17SONY -> RIVALRangi1-1/+1
2020-07-15Disassemble the BLUEMONS.GB debug ROMRangi1-2/+2
2020-07-07Use 'tile' and 'tiles' macrosRangi1-1/+1
2020-07-07Sync coordinate macros with pokecrystalRangi2-31/+31
2020-07-07Use HIGH() and LOW()Rangi1-2/+2
2020-07-06callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2-7/+7
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi2-25/+25
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi2-17/+17
2020-07-03Replace raw hex values with HRAM constantsRangi1-2/+2
To do: turn constants into labels and use ldh
2020-07-03H_CONSTANTNAMES -> hConstantNamesRangi1-4/+4
2020-07-03Organize macros/ like pokecrystalRangi1-2/+2
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi3-0/+1148