aboutsummaryrefslogtreecommitdiffstats
path: root/home/copy2.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-121-12/+12
|\
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-2/+2
| |
| * Clean up home/copy2.asm (#531)PokefanMarcel2025-09-101-11/+11
| | | | | | | | | | | | | | * Use `SCREEN_WIDTH`, rename loop, and remove obsolete comment in `ClearScreenArea` * Use `SCREEN_HEIGHT` and `lb` in `CopyScreenTileBufferToVRAM` * Use `SCREEN_AREA` in `ClearScreen`
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-10/+10
| |
| * Sync coordinate macros with pokecrystalRangi2020-07-071-4/+4
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-48/+48
| |
| * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-38/+38
| |
| * Add space between arguments in assembly instructions and remove redundant a ↵xCrystal2017-12-301-28/+28
| | | | | | | | in instructions like add a, x
* | Fix .tilemap file extension, fix some typos (#138)Narishma-gb2025-09-061-1/+1
| |
* | Start reorganizing pokeyellowRangi2020-11-041-0/+5
| |
* | Sync with pokereddannye2020-11-041-34/+34
| |
* | Sync with pokereddannye2020-05-201-15/+15
| |
* | remove address commentsYamaArashi2016-06-111-8/+8
| |
* | Clean up white spacedannye2016-06-061-1/+1
| |
* | engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asmluckytyphlosion2015-12-231-5/+7
| | | | | | | | Also document Func_1681 (GetFarByte) and fix Missingno's dex entry
* | Make pokeyellow build correctly.luckytyphlosion2015-09-031-2/+2
| |
* | Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-301-6/+6
|\| | | | | | | Doesn't build.
| * Use more lbdannye2015-08-051-2/+2
| | | | | | | | and other clean up
| * Consolidate coord macrosdannye2015-07-181-4/+4
| |
| * fix variable namingYamaArashi2015-07-181-11/+11
| |
| * Use more *Coorddannye2015-07-141-4/+4
| | | | | | | | | | | | also town map code relabelling YamaArashi just did town map relabelling but oh well I aleady made the changes and don't feel like redoing it
* | Fix typos up to end of home/audio.asmluckytyphlosion2015-08-091-1/+0
| |
* | Attempt to make Yellow Buildable, part 5luckytyphlosion2015-08-021-1/+1
| | | | | | | | Rest of unknown pointers in homebank, fix some function names.
* | More home.asm fixes.luckytyphlosion2015-07-101-2/+2
| | | | | | | | | | | | Change CopyVideoData/Double to CopyVideoData/DoubleAlternate and CopyVideoData/DoubleLCDEnabled to CopyVideoData. Also an address fix.
* | Add address comments.luckytyphlosion2015-06-161-4/+4
| |
* | Fix a lot of bugsU-Daniel-PC\Daniel2015-06-051-6/+6
| |
* | Update copy2.asmluckytyphlosion2015-05-111-18/+48
| |
* | Update copy2.asmluckytyphlosion2015-05-111-37/+0
| |
* | Update copy2.asmluckytyphlosion2015-05-111-15/+27
| |
* | Update copy2.asmluckytyphlosion2015-05-111-1/+1
| |
* | Update copy2.asmluckytyphlosion2015-05-111-1/+1
|/
* Merge remote-tracking branch 'YamaArashi/master'yenatch2014-09-201-10/+10
| | | | | | | | | | Conflicts: constants/misc_constants.asm engine/battle/core.asm engine/menu/pokedex.asm engine/town_map.asm home.asm hram.asm
* Split copy and serial functions out of home.asm.yenatch2014-08-121-0/+228