aboutsummaryrefslogtreecommitdiffstats
path: root/hram.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a subdirectory for RAM filesRangi2022-06-171-412/+0
|
* Identify hUILayoutFlags and hPikachuSpriteVRAMOffsetRangi2021-02-131-2/+2
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2020-12-151-5/+5
|\
| * Improve new constants and comment based on feedbackSatoMew2020-11-291-4/+4
| |
| * Label and document hFFD7 more accuratelySatoMew2020-11-291-5/+5
| |
| * Sync more with pokeyellowRangi2020-11-051-2/+2
| |
| * Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)Rangi2020-07-211-2/+0
| |
| * Use labels for HRAM and VRAMRangi2020-07-061-225/+259
| |
| * Port two HRAM labels from pokeyellowRangi2020-07-051-2/+2
| |
| * Replace raw hex values with HRAM constantsRangi2020-07-031-2/+49
| | | | | | | | To do: turn constants into labels and use ldh
| * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-41/+40
| |
| * Fix typos in commentsdannye2017-06-241-1/+1
| |
| * Gave names to the functions and labels and adresses used in DivideBCDJoe Farebrother2017-03-191-0/+1
| | | | | | | | and added a few comments
* | Sync more with pokeredRangi2020-11-051-2/+2
| |
* | Sync with pokereddannye2020-11-041-196/+275
| |
* | Sync with pokereddannye2020-05-201-3/+2
| |
* | Printer-related labelspikalaxalt2016-06-061-0/+2
| |
* | More code and what looks like scripts in Fpikalaxalt2016-05-251-0/+2
| |
* | Replace hidden object file include in bank 3cpikalaxalt2016-05-241-0/+2
| |
* | Numerous changes (see below)pikalaxalt2016-05-241-0/+2
| | | | | | | | | | | | * Fix build errors from previous commit * Fix predef text pointers * Disassemble hidden object data and additional accessory functions
* | GBC palette codeYamaArashi2016-03-261-2/+1
| |
* | engine/text_boxes.asmluckytyphlosion2015-11-131-4/+2
| | | | | | | | Also remove hROMBankTemp and manually supply gfx.py
* | Complete documentation of bank3luckytyphlosion2015-10-181-3/+3
| | | | | | | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* | Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-301-11/+162
|\| | | | | | | Doesn't build.
| * add border constant and clear up misnomerYamaArashi2015-08-141-4/+4
| |
| * named more variablesYamaArashi2015-08-121-2/+2
| |
| * commented SGB palette stuffYamaArashi2015-08-121-0/+2
| |
| * commented audio codeYamaArashi2015-08-081-1/+3
| |
| * named CountSetBits output variableYamaArashi2015-08-071-0/+13
| |
| * Merge branch 'master' of https://github.com/luckytyphlosion/pokereddannye2015-07-271-0/+4
| |\
| | * tmlearn macro.luckytyphlosion2015-07-261-0/+4
| | | | | | | | | | | | Also multiple_divide documentation and fix improper wram comment.
| * | yet more namingYamaArashi2015-07-251-0/+4
| | |
| * | more naming variablesYamaArashi2015-07-241-0/+2
| | |
| * | named more functionsYamaArashi2015-07-241-0/+5
| | |
| * | fixed hram aliases and named wram varYamaArashi2015-07-231-0/+6
| |/
| * namingYamaArashi2015-07-191-0/+3
| |
| * replace uses of minus oneYamaArashi2015-07-191-0/+3
| |
| * miscYamaArashi2015-07-181-0/+4
| |
| * fix variable namingYamaArashi2015-07-181-6/+49
| |
| * money / coins hram constantsYamaArashi2015-07-171-0/+6
| |
| * title / diploma / vending machineYamaArashi2015-07-171-0/+3
| |
| * menu stuffYamaArashi2015-07-151-0/+5
| |
| * more movement stuffYamaArashi2015-07-151-1/+37
| |
| * commented movement stuffYamaArashi2015-07-151-0/+15
| |
| * field movesYamaArashi2015-07-141-0/+2
| |
| * named wram variablesYamaArashi2015-07-121-0/+2
| |
* | Attempt to make yellow buildable, part 7.luckytyphlosion2015-08-031-0/+2
| | | | | | | | Builds but not to baserom.gbc.
* | Some bank1c documentation.luckytyphlosion2015-07-101-0/+3
| | | | | | | | | | gamefreak.asm, hall_of_fame.asm, palettes.asm. Also new hram/wram.asm labels.
* | Bank3d addresses and fixes.luckytyphlosion2015-07-071-0/+5
| | | | | | | | | | Also documentation of new super rod code and slight more documentation of multiply_divide.asm
* | Fixed many homebank functions.luckytyphlosion2015-06-071-0/+2
| | | | | | | | | | | | Func_159b, fade.asm, init.asm, lcdc.asm, play_time.asm, serial.asm, text.asm. Added some wram/hram addresses too.