aboutsummaryrefslogtreecommitdiffstats
path: root/home.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace .tilecoll files with tile ID db dataRangi2020-06-271-1/+1
|
* Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi2020-06-271-1/+4
| | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
* remove two whitespacesAkatsuki-py2020-06-061-1/+1
|
* fix SubtractAmountPaidFromMoney commentAkatsuki-py2020-06-051-2/+2
|
* Replace hard-coded value of CRY_SFX_STARTdannye2020-05-291-2/+2
|
* fix comment in CopyDataUntilakatsuki-py2020-05-281-1/+1
|
* add "hMoney + 2" label for $ffa1akatsuki-py2020-05-211-1/+1
|
* Update audio macro namesdannye2019-07-271-1/+1
| | | | | | change audio channel numbers from 0-7 back to 1-8 change all note macros back to single note macro todo: fix comments with old macro names, update noise macros/instrument names
* Replace some hard-coded values with constantsRangi2019-07-071-2/+2
|
* Rename map files, labels, and constants to be consistent and work with ↵Rangi2019-01-011-3/+0
| | | | Polished Map
* Clean up pre-linkerscript remnants.luckytyphlosion2018-11-181-15/+15
|
* Add space between arguments in assembly instructions and remove redundant a ↵xCrystal2017-12-301-964/+964
| | | | in instructions like add a, x
* Merge pull request #167 from Pokechu22/rgbds-0.3.3yenatch2017-09-291-3/+3
|\ | | | | Update for RGBDS 0.3.3
| * Replace deprecated mnemonics by the correct onesAntonio Niño Díaz2017-06-091-3/+3
| | | | | | | | | | | | | | 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>
* | Fix typos in commentsdannye2017-06-241-3/+3
|/
* Merge commit '52adb84'yenatch2017-04-241-2/+2
|\ | | | | | | | | | | Revert "Fix floating sections" This reverts commit cec6e6e.
| * Revert "Fix floating sections"AntonioND2017-03-211-2/+2
| | | | | | | | | | | | This reverts commit cec6e6e2fb7886acc85200f921d3913fd2ea8a2b. Signed-off-by: AntonioND <antonio_nd@outlook.com>
* | Use correct variable in EngageMapTrainerMatthew Glazar2017-04-021-1/+1
|/ | | | | | | | | | | EngageMapTrainer should write to wEngagedTrainerClass and wEngagedTrainerSet, not wEngagedTrainerClass and wEnemyMonAttackMod. wEnemyMonAttackMod doesn't make any sense in this context. Use the correct variable. These two variables happen to have the same address, so there is no functional difference between using wEnemyMonAttackMod versus using wEngagedTrainerSet.
* Fix floating sectionsAntonioND2017-03-141-2/+2
| | | | | | | This is needed to prevent rgblink from moving them around in future releases. Signed-off-by: AntonioND <antonio_nd@outlook.com>
* Fix typosdannye2017-01-201-2/+2
|
* Replace unnecessary tabs with spacesdannye2016-07-271-1/+1
|
* Redo audio header macrodannye2016-07-271-1/+1
|
* Clean up redundant labelsdannye2016-07-201-1/+0
| | | | fix trainer header numbering
* Merge branch 'master' of https://github.com/pret/pokereddannye2016-07-181-65/+64
|\
| * sync homeYamaArashi2016-06-121-64/+62
| |
| * sync engine code with pokeyellowYamaArashi2016-06-121-2/+2
| |
* | Clean up text commandsdannye2016-07-181-4/+3
|/
* Remove the last address commentsdannye2016-06-121-2/+2
| | | | | except for wram.asm and sram.asm also delete unused yellow file
* remove address commentsYamaArashi2016-06-111-206/+206
|
* fix typoesYamaArashi2016-01-091-3/+3
|
* Fix game time labelsPikalaxALT2016-01-031-1/+1
|
* No more S_dannye2015-08-301-11/+11
|
* No more W_dannye2015-08-301-64/+64
|
* commented pokeball functionYamaArashi2015-08-291-3/+3
|
* named more variablesYamaArashi2015-08-121-1/+1
|
* commented SGB palette stuffYamaArashi2015-08-121-4/+4
|
* Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-101-7/+7
|
* No more $C8dannye2015-08-101-5/+5
| | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-08-101-34/+34
|\
| * commented audio codeYamaArashi2015-08-081-26/+26
| |
| * fixed namesYamaArashi2015-08-071-6/+6
| |
| * named CountSetBits output variableYamaArashi2015-08-071-2/+2
| |
* | Replace some hardcoded data sizesdannye2015-08-091-6/+6
|/
* Use more lbdannye2015-08-051-20/+21
| | | | and other clean up
* constants for PrintNumberYamaArashi2015-07-291-9/+6
|
* Merge branch 'master' of https://github.com/xCrystal/pokereddannye2015-07-261-12/+12
|\
| * Use more wram labels and other constantsxCrystal2015-07-241-12/+12
| |
* | yet more namingYamaArashi2015-07-251-2/+2
| |
* | more naming variablesYamaArashi2015-07-241-7/+7
| |
* | named animation functions/variablesYamaArashi2015-07-241-6/+6
| |