aboutsummaryrefslogtreecommitdiffstats
path: root/home/vcopy.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-12/+17
|\
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-12/+17
| | | | | | | | | | | | | | | | | | | | | | | | - 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-11-121-1/+1
|\|
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-09-061-2/+2
|\|
| * Label and constant cleanup (#528)Narishma-gb2025-09-031-2/+2
| | | | | | | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-021-6/+6
|\|
| * Use combined hardware constantsRangi422025-06-301-1/+1
| |
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-6/+6
| |
* | Merge branch 'master' of https://github.com/pret/pokeredRangi422024-12-251-2/+2
|\|
| * Remove redundant parenthesesRangi422024-12-161-2/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-09-261-2/+2
|\|
| * Fix typos (#334)Amber Brault2021-09-261-1/+1
| |
| * Remove old tile animation comments (#333)SatoMew2021-07-311-2/+2
| | | | | | They stopped being accurate after #304 and aren't really necessary.
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-171-13/+9
|\|
| * Use rgbds 0.5.0 features:Rangi2021-04-171-13/+9
| | | | | | | | | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-12-151-2/+2
|\|
| * Label and document hFFD7 more accuratelySatoMew2020-11-291-2/+2
| |
| * Use 'tile' and 'tiles' macrosRangi2020-07-071-2/+2
| |
| * Sync coordinate macros with pokecrystalRangi2020-07-071-3/+3
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-65/+65
| |
| * Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵Rangi2020-07-061-6/+6
| | | | | | | | MACRO/ENDM, etc)
| * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-58/+58
| |
| * Add space between arguments in assembly instructions and remove redundant a ↵xCrystal2017-12-301-102/+102
| | | | | | | | in instructions like add a, x
| * Replace deprecated mnemonics by the correct onesAntonio Niño Díaz2017-06-091-6/+6
| | | | | | | | | | | | | | 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>
| * sync homeYamaArashi2016-06-121-1/+1
| |
| * remove address commentsYamaArashi2016-06-111-6/+6
| |
* | Sync with pokereddannye2020-11-041-75/+75
| |
* | Sync with pokereddannye2020-05-201-101/+101
| |
* | remove address commentsYamaArashi2016-06-111-9/+9
| |
* | Clean up white spacedannye2016-06-061-2/+2
| |
* | Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-301-37/+42
|\| | | | | | | Doesn't build.
| * add border constant and clear up misnomerYamaArashi2015-08-141-24/+27
| |
| * more naming variablesYamaArashi2015-07-241-9/+11
| |
| * small changesYamaArashi2015-07-181-1/+1
| |
| * Consolidate coord macrosdannye2015-07-181-3/+3
| |
* | Fix typos up to end of home/audio.asmluckytyphlosion2015-08-091-6/+6
| |
* | Addresses for functions.luckytyphlosion2015-05-101-6/+6
| |
* | Slight changes within vcopy.asmluckytyphlosion2015-05-101-42/+16
|/ | | Changes: Game Freak learned that ld [$xxxx],sp exists, and uses that to save a bit of space/time.
* Commented/labelled misc functionsYamaArashi2014-09-141-3/+4
|
* Use *Coord instead of FuncCoordU-Fish-PC\Daniel2014-06-251-6/+3
| | | | | | Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses
* Fix a typo in home/vcopy.asm.yenatch2014-06-161-1/+1
| | | | | This must have happened when the file got split out of home.asm. Since it was the first character on the line, it was interpreted as a label.
* Split more code out of home.asm.yenatch2014-05-311-0/+450