aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/battle_transitions.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-5/+5
|\
| * Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb2025-11-271-2/+2
| |
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | - 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-4/+4
|\|
| * Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2024-12-271-1/+1
| |
* | Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi2024-12-271-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-8/+16
|\|
| * Identify more flag bits (#464)Sylvie2024-09-231-6/+14
| |
| * Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie2024-09-181-1/+1
| | | | | | Also identify `wPPUpCountAndMaxPP`
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-161-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-211-12/+12
|\|
| * Add `bigdw` and `dc` data macrosRangi422023-11-201-12/+12
| |
| * wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton2022-07-091-1/+1
| |
| * RGBDS syntax updates (#358)vulcandth2022-06-061-1/+1
| | | | | | New MACRO and DEF syntax
| * Some formatting changesRangi2020-10-191-36/+43
| |
| * Use constants to delineate map types, and factor out more dataRangi2020-08-311-3/+0
| |
| * Use a macro for BattleTransition_DoubleCircle dataRangi2020-07-161-80/+29
| |
| * Use 'tile' and 'tiles' macrosRangi2020-07-071-5/+3
| |
| * Sync coordinate macros with pokecrystalRangi2020-07-071-42/+42
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-15/+15
| |
| * Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi2020-07-051-1/+1
| |
| * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-9/+9
| |
| * Add subdirectories to data/ similar to pokecrystalRangi2020-07-031-1/+1
| | | | | | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
| * Organize gfx/Rangi2020-06-271-1/+1
| |
| * Move more tables from engine/ to data/Rangi2020-06-231-29/+1
| | | | | | | | This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
| * Replace some hard-coded values with constantsRangi2019-07-071-1/+1
| |
| * Rename map files, labels, and constants to be consistent and work with ↵Rangi2019-01-011-14/+14
| | | | | | | | Polished Map
| * Replace deprecated mnemonics by the correct onesAntonio Niño Díaz2017-06-091-1/+1
| | | | | | | | | | | | | | The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
| * remove address commentsYamaArashi2016-06-111-38/+38
| |
| * No more W_dannye2015-08-301-5/+5
| |
* | wOAMBuffer -> wShadowOAM (#95)Colton G. Rushton2022-07-091-1/+1
| |
* | RGBDS syntax updates (#86)vulcandth2022-06-061-1/+1
| | | | | | New MACRO and DEF syntax
* | Sync more with pokeredRangi2020-11-051-2/+2
| |
* | Sync with pokereddannye2020-11-041-170/+93
| |
* | Sync with pokereddannye2020-05-201-15/+15
| |
* | Fix warnings about deprecated mnemonics on newer builds of rgbdsPokechu222017-09-251-1/+1
| |
* | sync engine code with pokeredYamaArashi2016-06-111-5/+5
| |
* | remove address commentsYamaArashi2016-06-111-38/+38
| |
* | overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-291-5/+5
| | | | | | | | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* | Rename some palette labels.luckytyphlosion2015-10-121-4/+4
| | | | | | | | Also add replace.sh
* | Make pokeyellow build correctly.luckytyphlosion2015-09-031-2/+4
| |
* | Fixes.luckytyphlosion2015-08-301-95/+0
| |
* | Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-301-100/+200
|\| | | | | | | Doesn't build.
| * No more $C8dannye2015-08-101-1/+1
| | | | | | | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
| * Replace some hardcoded data sizesdannye2015-08-091-1/+2
| |
| * Use more lbdannye2015-08-051-1/+1
| | | | | | | | and other clean up
| * named animation functions/variablesYamaArashi2015-07-241-38/+38
| |
| * clean up wram aliasesYamaArashi2015-07-231-35/+41
| |
| * Consolidate coord macrosdannye2015-07-181-22/+22
| |
| * player animations, emotion bubbles, etc.YamaArashi2015-07-141-3/+3
| |