aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menus/display_text_id_init.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-3/+4
|\
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | - 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-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/pokereddannye2024-09-251-6/+6
|\|
| * Identify more flag bits (#464)Sylvie2024-09-231-2/+2
| |
| * Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie2024-09-181-1/+1
| | | | | | Also identify `wPPUpCountAndMaxPP`
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-161-3/+3
| |
| * Identify SPRITESTATEDATA2_ORIGFACINGDIRECTIONRangi2020-07-071-4/+4
| |
| * Remove c1x*/c2x* comments, use struct offset constantsRangi2020-07-071-1/+2
| |
| * Sync coordinate macros with pokecrystalRangi2020-07-071-3/+3
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-3/+3
| |
| * Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi2020-07-051-2/+2
| |
| * Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi2020-07-041-2/+2
| | | | | | | | by rgbds 0.4.0)
| * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-1/+1
| |
| * Add subdirectories to engine/ similar to pokecrystalRangi2020-07-021-0/+78
|
* Sync with pokereddannye2020-11-041-0/+76