aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events/diploma.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-12-15Comment more unreferenced local labels (#550)Narishma-gb1-2/+2
2025-11-18Use more hardware and graphics constants (#532)Narishma-gb1-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`.
2025-11-12Use features of RGBDS 1.0.0 (#537)Rangi1-1/+1
2025-09-10Misc. naming and cleanup (#139)Narishma-gb1-1/+1
* Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar`
2024-07-16Identify various flag labels and bit constants (#454)Sylvie1-4/+4
2022-07-10Identify some `.asm_*` labelsRangi1-2/+3
2022-07-09wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton1-1/+1
2022-06-06RGBDS syntax updates (#358)vulcandth1-2/+2
New MACRO and DEF syntax
2020-11-14Fix file modesdannye1-0/+0
2020-11-04Sync with pokereddannye1-2/+2
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi1-113/+0
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi1-1/+1
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
2020-05-20Sync with pokereddannye1-0/+0
2016-06-11remove address commentsYamaArashi1-1/+1
2016-06-11Character dict; surfing minigame; printer debugpikalaxalt1-1/+1
2016-05-22Bank15 misc functionsluckytyphlosion1-0/+17