aboutsummaryrefslogtreecommitdiffstats
path: root/home.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * named wram variablesYamaArashi2015-07-121-33/+36
| | |
| * | Use more *Coorddannye2015-07-141-5/+5
| |/ | | | | | | | | | | 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
| * Start using text predef macrosdannye2015-07-041-9/+9
| | | | | | | | also sprite direction constants
| * No more ldhU-Daniel-PC\Daniel2015-07-031-1/+1
| |
| * TX_ASMU-Daniel-PC\Daniel2015-07-031-2/+2
| |
| * Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-96/+98
| | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* | Make pokeyellow build to baserom.luckytyphlosion2015-08-281-2/+2
| |
* | Fix bank1c errors and a few missed bank0 errors.luckytyphlosion2015-08-091-4/+4
| |
* | Fix all of bank0 related errors.luckytyphlosion2015-08-091-12/+14
| |
* | Fix typos up to end of home/audio.asmluckytyphlosion2015-08-091-1/+1
| |
* | Attempt to make Yellow Buildable, part 5luckytyphlosion2015-08-021-11/+11
| | | | | | | | Rest of unknown pointers in homebank, fix some function names.
* | Attempt to make yellow buildable, part 4luckytyphlosion2015-08-011-81/+82
| | | | | | | | Hardcoded pointers, dr (define rom) macro.
* | Attempt to make yellow buildable, part 3luckytyphlosion2015-08-011-4/+4
| |
* | Attempt to make Yellow buildable, part 2.luckytyphlosion2015-08-011-2/+2
| |
* | Attempt to make yellow buildable.luckytyphlosion2015-08-011-23/+23
| | | | | | | | Building Errors: Segmentation Error.
* | More home.asm fixes.luckytyphlosion2015-07-101-5/+5
| | | | | | | | | | | | Change CopyVideoData/Double to CopyVideoData/DoubleAlternate and CopyVideoData/DoubleLCDEnabled to CopyVideoData. Also an address fix.
* | home.asm label fixes.luckytyphlosion2015-06-291-5/+5
| |
* | Complete documentation of home.asm for pokeyellow.luckytyphlosion2015-06-201-119/+100
| | | | | | | | Note: Some functions may not exist, as they aren't documented.
* | Merge remote-tracking branch 'origin/master'luckytyphlosion2015-06-171-97/+183
|\ \ | | | | | | | | | | | | Conflicts: home.asm
| * | More home.asm documentation.luckytyphlosion2015-06-161-96/+182
| | |
* | | More home.asm documentation.luckytyphlosion2015-06-171-54/+88
|/ /
* | Complete unfinished function.luckytyphlosion2015-06-121-1/+16
| |
* | A lot of home.asm reviewluckytyphlosion2015-06-121-29/+76
| |
* | More home.asm documentation...luckytyphlosion2015-06-121-46/+42
| | | | | | Text and menu related functions.
* | More home.asm documentation.luckytyphlosion2015-06-121-60/+47
| | | | | | Some sprite functions and text functions.
* | More address relabeling.luckytyphlosion2015-06-121-2/+2
| |
* | Some address labeling.luckytyphlosion2015-06-111-13/+14
| |
* | Add HBlank function to $0048luckytyphlosion2015-06-091-1/+1
| |
* | Fixed many homebank functions.luckytyphlosion2015-06-071-2/+13
| | | | | | | | | | | | Func_159b, fade.asm, init.asm, lcdc.asm, play_time.asm, serial.asm, text.asm. Added some wram/hram addresses too.
* | Fix home/play_time.asm and add it into the respective location in home.asmluckytyphlosion2015-06-051-0/+1
| |
* | Merge git://github.com/dannye/pokeyellow into dannye-masterluckytyphlosion2015-06-051-1/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+1
| | |
| * | EOL Windows->UNIXU-Daniel-PC\Daniel2015-06-041-4922/+4922
| | |
* | | Fix EOL to LF to make push requests more doable.luckytyphlosion2015-06-051-4922/+4922
|/ /
* | More home.asm documentation.luckytyphlosion2015-06-041-15/+78
| | | | | | Fixed up on some Mon Sprite Functions and a few unknown yellow exclusive Functions.
* | More home.asm codeluckytyphlosion2015-05-281-95/+46
| |
* | More home.asm documentation.luckytyphlosion2015-05-241-63/+144
| |
* | More yellow functions, some address relabelingluckytyphlosion2015-05-191-18/+54
| |
* | Update home.asmluckytyphlosion2015-05-181-1/+1
| |
* | Completed home/overworld.asm with other related functionsluckytyphlosion2015-05-171-4781/+4791
| |
* | Update home.asmluckytyphlosion2015-05-111-6/+3
| |
* | Update home.asmluckytyphlosion2015-05-111-3/+50
| |
* | Update home.asmluckytyphlosion2015-05-111-15/+0
| |
* | Change ReadJoypad.luckytyphlosion2015-05-101-2/+6
| |
* | Added a new bankswitch function not in Red/Blue.luckytyphlosion2015-05-101-10/+15
|/ | | | | | BankswitchCommon:: ; 3e7e (0:3e7e) ld [H_LOADEDROMBANK],a ld [$2000],a ret
* money won and trainer pic constantsxCrystal2015-04-091-2/+2
|
* commented mon_party_sprites.asmYamaArashi2015-03-131-1/+1
|
* Low health alarm documentationU-Daniel-PC\Daniel2015-03-121-1/+1
| | | | RenaKunisaki
* Rename some labelsYamaArashi2015-02-081-2/+2
|
* named misc functionsYamaArashi2015-02-081-5/+5
|