aboutsummaryrefslogtreecommitdiffstats
path: root/home/reset_player_sprite.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-1/+2
|\
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-1/+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`.
| * Move all code out of home.asm into home/Rangi2020-07-071-0/+20
| | | | This results in 64 home/*.asm files, comparable to pokecrystal's 57.
* Sync with pokereddannye2020-11-041-0/+21