aboutsummaryrefslogtreecommitdiffstats
path: root/home.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* move-related thingsYamaArashi2015-02-081-3/+3
|
* fixed hp bar wram label and miscYamaArashi2015-02-071-2/+2
|
* Named wram symbolsYamaArashi2015-02-071-27/+27
|
* commented battle stuffYamaArashi2015-02-071-2/+2
|
* commented menu stuffYamaArashi2015-02-071-5/+5
|
* serial/trade/miscYamaArashi2015-02-071-16/+16
|
* Better documenting for GetMachinePrice and TechnicalMachinePrices.Marcus Huderle2015-01-241-3/+5
|
* Clean up white space, fix label typoU-Daniel-PC\Daniel2015-01-221-1/+1
|
* Rename hVBlank* constants to h*.yenatch2014-09-231-1/+1
|
* Merge remote-tracking branch 'YamaArashi/master'yenatch2014-09-201-185/+202
|\ | | | | | | | | | | | | | | | | | | Conflicts: constants/misc_constants.asm engine/battle/core.asm engine/menu/pokedex.asm engine/town_map.asm home.asm hram.asm
| * Commented/labelled misc functionsYamaArashi2014-09-141-103/+114
| |
| * Commented more sprite and map codeYamaArashi2014-09-131-26/+26
| |