aboutsummaryrefslogtreecommitdiffstats
path: root/home/pics.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-12-01Update `StatusScreen`, add `*_STATS_BOX` constants (#546)Narishma-gb1-2/+2
2025-11-18Use more hardware and graphics constants (#532)Narishma-gb1-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`.
2025-09-10Misc. naming and cleanup (#139)Narishma-gb1-2/+2
* Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar`
2025-09-06Fix .tilemap file extension, fix some typos (#138)Narishma-gb1-1/+0
2025-06-30Replace hardware_constants.asm with hardware.inc (#511)Rangi1-2/+2
2024-12-25Use spaces around operatorsRangi421-4/+4
2024-08-04Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie1-1/+1
2024-06-26Improve documentation of some SRAM routines (#114)SatoMew1-4/+4
2021-05-06Use BANK("Pics #") for Pokémon and trainer picsRangi1-13/+13
2020-11-05Organize home and macro codeRangi1-4/+0
2020-11-04Sync with pokereddannye1-0/+198
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi1-12/+12
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi1-2/+2
by rgbds 0.4.0)
2020-07-03home/pic.asm -> home/uncompress.asm; home/uncompress.asm -> home/pics.asmRangi1-0/+0
One does the actual decompression, the other synthesizes the decompressed data.
2020-07-03Move more code from home.asm to home/Rangi1-0/+196