aboutsummaryrefslogtreecommitdiffstats
path: root/wram.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * more movement stuffYamaArashi2015-07-151-2/+7
| |
| * commented movement stuffYamaArashi2015-07-151-3/+12
| |
| * named wram variablesYamaArashi2015-07-141-21/+60
| |
| * hall of fame / creditsYamaArashi2015-07-141-3/+31
| |
| * field movesYamaArashi2015-07-141-3/+13
| |
| * player animations, emotion bubbles, etc.YamaArashi2015-07-141-13/+44
| |
| * Comment naming screendannye2015-07-141-1/+2
| | | | | | | | also use more joypad constants
| * named town map stuffYamaArashi2015-07-131-0/+11
| |
| * named party menu/naming screen wram variablesYamaArashi2015-07-131-1/+7
| |
| * comment slot machineYamaArashi2015-07-131-11/+98
| |
| * menu wram variable namesYamaArashi2015-07-131-2/+9
| |
| * movemon and removepokemon wram variablesYamaArashi2015-07-121-1/+10
| |
| * named wram variablesYamaArashi2015-07-121-12/+52
| |
| * shake screen functionsYamaArashi2015-07-121-1/+1
| |
| * some battle animation stuffYamaArashi2015-07-121-2/+4
| |
| * Merge pull request https://github.com/iimarckus/pokered/pull/95 from ↵dannye2015-07-051-9/+1
| |\ | | | | | | | | | | | | | | | luckytyphlosion/master and related bug fixes
| * | Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-5/+5
| | | | | | | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
| * | Clean up white spaceU-Daniel-PC\Daniel2015-06-111-1/+1
| | |
* | | Attempt to make pokeyellow buildable, part 8.luckytyphlosion2015-08-281-1/+2
| | |
* | | Fix typos up to end of home/audio.asmluckytyphlosion2015-08-091-5/+5
| | |
* | | Attempt to make yellow buildable, part 7.luckytyphlosion2015-08-031-1/+8
| | | | | | | | | | | | Builds but not to baserom.gbc.
* | | Attempt to make Yellow Buildable, part 5luckytyphlosion2015-08-021-2/+9
| | | | | | | | | | | | Rest of unknown pointers in homebank, fix some function names.
* | | Some bank1c documentation.luckytyphlosion2015-07-101-1/+22
| | | | | | | | | | | | | | | gamefreak.asm, hall_of_fame.asm, palettes.asm. Also new hram/wram.asm labels.
* | | Some extra files.luckytyphlosion2015-06-291-2/+5
| | | | | | | | | | | | (wram.asm, charmap.asm)
* | | Fixed many homebank functions.luckytyphlosion2015-06-071-3/+8
| | | | | | | | | | | | | | | | | | Func_159b, fade.asm, init.asm, lcdc.asm, play_time.asm, serial.asm, text.asm. Added some wram/hram addresses too.
* | | Merge git://github.com/dannye/pokeyellow into dannye-masterluckytyphlosion2015-06-051-176/+186
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: constants/connection_constants.asm constants/evolution_constants.asm constants/list_constants.asm constants/oam_constants.asm constants/sprite_constants.asm constants/type_constants.asm engine/bank3d/random.asm engine/bank3f/main.asm home.asm home/overworld.asm home/serial.asm macros.asm main.asm wram.asm
| * | | Fix a lot of bugsU-Daniel-PC\Daniel2015-06-051-3/+9
| | | |
| * | | Merge branch 'master' of https://github.com/iimarckus/pokeredU-Daniel-PC\Daniel2015-06-041-172/+176
| |\| | | | | | | | | | | | | | | | | | Conflicts: wram.asm
| | * | Comment wram.asmU-Daniel-PC\Daniel2015-05-301-173/+176
| | | | | | | | | | | | | | | | luckytyphlosion
| * | | EOL Windows->UNIXU-Daniel-PC\Daniel2015-06-041-2305/+2305
| | | |
* | | | Fix EOL to LF to make push requests more doable.luckytyphlosion2015-06-051-2305/+2305
|/ / /
* | | Completed home/overworld.asm with other related functionsluckytyphlosion2015-05-171-2297/+2305
| | |
* | | Add wd435luckytyphlosion2015-05-131-2/+3
| | |
* | | Add wd436luckytyphlosion2015-05-131-1/+5
| | |
* | | Remove wGBC.luckytyphlosion2015-05-111-3/+0
| |/ |/| | | wGBC is replaced by hGBC now. This also explains where the off by one offset came from.
* | Split SRAM stuff.luckytyphlosion2015-04-261-16/+1
| |
* | SRAM Constantsluckytyphlosion2015-04-261-0/+6
|/ | | Adding SRAM Constants to replace direct addresses with labels.
* money won and trainer pic constantsxCrystal2015-04-091-5/+7
|
* Document DisableEffect and CheckEnemyStatusConditionsxCrystal2015-04-091-8/+18
| | | | | basically copy/paste comments and labels from CheckPlayerStatusConditions
* Label some attack animation functionsxCrystal2015-03-311-0/+3
|
* Further document AI stuffxCrystal2015-03-311-2/+6
|
* Some wram constantsxCrystal2015-03-311-3/+13
|
* commented trade amim functionsYamaArashi2015-03-141-3/+14
|
* commented mon_party_sprites.asmYamaArashi2015-03-131-0/+2
|
* Low health alarm documentationU-Daniel-PC\Daniel2015-03-121-1/+3
| | | | RenaKunisaki
* Rename some labelsYamaArashi2015-02-081-4/+5
|
* named misc functionsYamaArashi2015-02-081-5/+15
|
* move-related thingsYamaArashi2015-02-081-4/+11
|
* fixed hp bar wram label and miscYamaArashi2015-02-071-0/+6
|
* Named wram symbolsYamaArashi2015-02-071-22/+15
|