summaryrefslogtreecommitdiff
path: root/engine/battle/animations.asm
AgeCommit message (Collapse)Author
2022-03-26Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth
2022-03-04Gen 1's Minimize graphic was not a complete 8x8 tileRangi
2021-11-23Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-11-05Add some constants for options (#344)Yoann Fievez
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2021-11-02Identify some percentage constant valuesRangi
2021-04-13Merge branch 'master' of https://github.com/pret/pokereddannye
2021-03-30Fix incorrect sfx iddannye
AUDIO_1 is loaded during trade animations, not AUDIO_2
2020-11-14Merge branch 'master' of https://github.com/pret/pokereddannye
2020-11-14Fix file modesdannye
2020-11-05Sync more with pokeredRangi
2020-11-05Sync more with pokeyellowRangi
2020-11-05Sync more with pokeredRangi
2020-11-05Organize home and macro codeRangi
2020-11-04Start reorganizing pokeyellowRangi
2020-11-04Sync with pokereddannye
2020-07-20Add comments associating constants with data, and identify some more dataRangi
2020-07-17Define constants for subanimations' base coords and frame block modesRangi
2020-07-17Identify remaining tilemap IDsRangi
2020-07-17Update sprite namesRangi
These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
2020-07-16Factor out animation tilemapsRangi
2020-07-16Define constants for subanimation transform typesRangi
2020-07-16Use a battle_anim macro for move animations' special effects and subanimationsRangi
Move animations' sound IDs are off by one from move IDs.
2020-07-16Separate move/battle animation data from move data (to do: further identify ↵Rangi
animation data labels+constants)
2020-07-07Use 'tile' and 'tiles' macrosRangi
2020-07-07Sync coordinate macros with pokecrystalRangi
2020-07-06Use ASCII quotes in commentsRangi
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi
2020-07-05Logical spacing in data/sgb/sgb_palettes.asmRangi
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi
by rgbds 0.4.0)
2020-07-03Replace raw hex values with HRAM constantsRangi
To do: turn constants into labels and use ldh
2020-07-03H_CONSTANTNAMES -> hConstantNamesRangi
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-06-27Organize gfx/Rangi
2020-06-23Move more tables from engine/ to data/Rangi
This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
2020-05-24Misc minor clean updannye
spotted by comparing against pokeyellow
2020-05-20Sync with pokereddannye
2018-06-22Updated the introPokeglitch
2017-12-30Add space between arguments in assembly instructions and remove redundant a ↵xCrystal
in instructions like add a, x
2017-12-30Uppercase battle status constantsxCrystal
2017-09-29Merge pull request #167 from Pokechu22/rgbds-0.3.3yenatch
Update for RGBDS 0.3.3
2017-09-25Fix warnings about deprecated mnemonics on newer builds of rgbdsPokechu22
2017-06-24Fix typos in commentsdannye
2017-06-09Replace deprecated mnemonics by the correct onesAntonio Niño Díaz
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>
2016-06-12Merge branch 'master' of https://github.com/pret/pokeyellow into merge-pokeredmerge-pokereddannye
2016-06-12sync engine code with pokeyellowYamaArashi
2016-06-12Merge branch 'master' of https://github.com/pret/pokered into merge-pokereddannye
2016-06-12Remove the last address commentsdannye
except for wram.asm and sram.asm also delete unused yellow file
2016-06-12Merge branch 'master' of https://github.com/pret/pokered into merge-pokereddannye
2016-06-12Remove some leftover address commentsdannye
2016-06-11sync engine code with pokeredYamaArashi