aboutsummaryrefslogtreecommitdiffstats
path: root/home/text_script.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-2/+2
|\
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | - 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-09-061-2/+2
|\|
| * Label and constant cleanup (#528)Narishma-gb2025-09-031-2/+2
| | | | | | | | | | * 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-1/+1
|\|
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-3/+3
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-301-1/+1
|\|
| * Consistently capitalize `ASSERT` directives (#489)Rangi2025-01-281-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-12/+13
|\|
| * Identify more flag bits (#464)Sylvie2024-09-231-3/+3
| |
| * Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie2024-09-181-4/+5
| | | | | | Also identify `wPPUpCountAndMaxPP`
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-161-5/+5
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-211-1/+1
|\|
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-201-1/+1
|\|
| * Add constants for wMapConnections bits and group map header wram labelsLinus Unnebäck2023-11-171-1/+1
| | | | | | | | | | | | | | | | | | * Add constants for wMapConnections bits * Apply Vulcandth and Rangi42 feedback --------- Co-authored-by: vulcandth <vulcandth@gmail.com>
| * RGBDS syntax updates (#358)vulcandth2022-06-061-1/+1
| | | | | | New MACRO and DEF syntax
* | RGBDS syntax updates (#86)vulcandth2022-06-061-1/+1
| | | | | | New MACRO and DEF syntax
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-231-1/+1
|\|
| * Refactorize check button pressed (#340)Yoann Fievez2021-11-051-1/+1
| |
| * Sync home and macro code with pokeyellowRangi2020-11-051-18/+2
| |
| * Identify SPRITESTATEDATA2_ORIGFACINGDIRECTIONRangi2020-07-071-3/+3
| |
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-5/+5
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-19/+19
| |
| * Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi2020-07-051-1/+1
| |
| * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-0/+231
|
* Sync more with pokeredRangi2020-11-061-1/+1
|
* Organize home and macro codeRangi2020-11-051-7/+2
|
* Start reorganizing pokeyellowRangi2020-11-041-0/+4
|
* Sync with pokereddannye2020-11-041-0/+225