aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/draw_hud_pokeball_gfx.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-7/+7
|\
| * Comment more unreferenced local labels (#550)Narishma-gb2025-12-151-1/+1
| |
| * Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb2025-11-271-1/+1
| |
| * Avoid magic numbers for most `CopyData` calls (#542)Rangi2025-11-251-4/+4
| |
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - 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`.
| * wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton2022-07-091-4/+4
| |
| * Use 'tile' and 'tiles' macrosRangi2020-07-071-1/+1
| |
| * Sync coordinate macros with pokecrystalRangi2020-07-071-2/+2
| |
| * Organize gfx/Rangi2020-06-271-1/+1
| |
| * Fix typos in commentsdannye2017-06-241-1/+1
| |
| * Remove the last address commentsdannye2016-06-121-1/+1
| | | | | | | | | | except for wram.asm and sram.asm also delete unused yellow file
| * remove address commentsYamaArashi2016-06-111-14/+14
| |
| * No more W_dannye2015-08-301-9/+9
| |
* | Rename off-by-one wram labelsdannye2024-09-291-5/+5
| |
* | wOAMBuffer -> wShadowOAM (#95)Colton G. Rushton2022-07-091-4/+4
| |
* | Sync with pokereddannye2020-11-041-4/+4
| |
* | Sync with pokereddannye2020-05-201-1/+1
| |
* | remove address commentsYamaArashi2016-06-111-15/+15
| |
* | engine/battle/draw_hud_pokeball_gfx.asmluckytyphlosion2015-12-121-16/+24
| |
* | BankD misc functionsluckytyphlosion2015-12-051-8/+8
| | | | | | | | Game Corner stuff and (unused) titlescreen2.asm
* | overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-291-1/+1
|/ | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* Replace some hardcoded data sizesdannye2015-08-091-1/+2
|
* Use more lbdannye2015-08-051-1/+1
| | | | and other clean up
* clean up wram aliasesYamaArashi2015-07-231-18/+18
|
* Consolidate coord macrosdannye2015-07-181-2/+2
|
* Use more screen dimension constantsdannye2015-07-141-1/+1
|
* Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-19/+19
| | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* Rename battle files and split move effects Part 4xCrystal2015-04-011-0/+191
e.asm, e_2. asm, and 14.asm