aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/dust_smoke.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-2/+2
|\
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-2/+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`.
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-301-2/+2
|\|
| * wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton2022-07-091-1/+1
| |
| * RGBDS syntax updates (#358)vulcandth2022-06-061-1/+1
| | | | | | New MACRO and DEF syntax
* | wOAMBuffer -> wShadowOAM (#95)Colton G. Rushton2022-07-091-1/+1
| |
* | RGBDS syntax updates (#86)vulcandth2022-06-061-1/+1
| | | | | | New MACRO and DEF syntax
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-05-311-15/+9
|\|
| * Reformat MoveBoulderDustFunctionPointerTableRangi2021-05-311-15/+9
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| |
| * Use 'tile' and 'tiles' macrosRangi2020-07-071-3/+3
| |
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-1/+1
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-3/+3
| |
| * Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi2020-07-051-1/+1
| |
| * Add subdirectories to engine/ similar to pokecrystalRangi2020-07-021-0/+93
|
* Sync with pokereddannye2020-11-041-0/+95