aboutsummaryrefslogtreecommitdiffstats
path: root/home/pics.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-5/+5
|\
| * Update `StatusScreen`, add `*_STATS_BOX` constants (#546)Narishma-gb2025-12-011-2/+2
| |
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | - 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`.
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-2/+2
| |
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-101-2/+2
| | | | | | | | | | | | | | | | | | * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar`
* | Fix .tilemap file extension, fix some typos (#138)Narishma-gb2025-09-061-1/+0
| |
* | Use spaces around operatorsRangi422024-12-251-4/+4
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-1/+1
|\|
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-041-1/+1
| |
* | Improve documentation of some SRAM routines (#114)SatoMew2024-06-261-4/+4
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-091-13/+13
|\|
| * Use BANK("Pics #") for Pokémon and trainer picsRangi2021-05-061-13/+13
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-12/+12
| |
| * Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi2020-07-041-2/+2
| | | | | | | | by rgbds 0.4.0)
| * home/pic.asm -> home/uncompress.asm; home/uncompress.asm -> home/pics.asmRangi2020-07-031-0/+196
| | | | One does the actual decompression, the other synthesizes the decompressed data.
* Organize home and macro codeRangi2020-11-051-4/+0
|
* Sync with pokereddannye2020-11-041-0/+198