summaryrefslogtreecommitdiff
path: root/home.asm
AgeCommit message (Collapse)Author
2015-07-13comment slot machineYamaArashi
2015-07-13menu wram variable namesYamaArashi
2015-07-12movemon and removepokemon wram variablesYamaArashi
2015-07-12named wram variablesYamaArashi
2015-07-10More home.asm fixes.luckytyphlosion
Change CopyVideoData/Double to CopyVideoData/DoubleAlternate and CopyVideoData/DoubleLCDEnabled to CopyVideoData. Also an address fix.
2015-07-04Start using text predef macrosdannye
also sprite direction constants
2015-07-03No more ldhU-Daniel-PC\Daniel
2015-07-03TX_ASMU-Daniel-PC\Daniel
2015-07-03Rename/organize part 1 of 4U-Daniel-PC\Daniel
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
2015-06-29home.asm label fixes.luckytyphlosion
2015-06-20Complete documentation of home.asm for pokeyellow.luckytyphlosion
Note: Some functions may not exist, as they aren't documented.
2015-06-17Merge remote-tracking branch 'origin/master'luckytyphlosion
Conflicts: home.asm
2015-06-17More home.asm documentation.luckytyphlosion
2015-06-16More home.asm documentation.luckytyphlosion
2015-06-12Complete unfinished function.luckytyphlosion
2015-06-12A lot of home.asm reviewluckytyphlosion
2015-06-12More home.asm documentation...luckytyphlosion
Text and menu related functions.
2015-06-12More home.asm documentation.luckytyphlosion
Some sprite functions and text functions.
2015-06-12More address relabeling.luckytyphlosion
2015-06-11Some address labeling.luckytyphlosion
2015-06-09Add HBlank function to $0048luckytyphlosion
2015-06-07Fixed many homebank functions.luckytyphlosion
Func_159b, fade.asm, init.asm, lcdc.asm, play_time.asm, serial.asm, text.asm. Added some wram/hram addresses too.
2015-06-05Fix home/play_time.asm and add it into the respective location in home.asmluckytyphlosion
2015-06-05Merge git://github.com/dannye/pokeyellow into dannye-masterluckytyphlosion
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
2015-06-05Fix EOL to LF to make push requests more doable.luckytyphlosion
2015-06-05Fix a lot of bugsU-Daniel-PC\Daniel
2015-06-04EOL Windows->UNIXU-Daniel-PC\Daniel
2015-06-04More home.asm documentation.luckytyphlosion
Fixed up on some Mon Sprite Functions and a few unknown yellow exclusive Functions.
2015-05-28More home.asm codeluckytyphlosion
2015-05-24More home.asm documentation.luckytyphlosion
2015-05-19More yellow functions, some address relabelingluckytyphlosion
2015-05-18Update home.asmluckytyphlosion
2015-05-17Completed home/overworld.asm with other related functionsluckytyphlosion
2015-05-11Update home.asmluckytyphlosion
2015-05-11Update home.asmluckytyphlosion
2015-05-11Update home.asmluckytyphlosion
2015-05-10Change ReadJoypad.luckytyphlosion
2015-05-10Added a new bankswitch function not in Red/Blue.luckytyphlosion
BankswitchCommon:: ; 3e7e (0:3e7e) ld [H_LOADEDROMBANK],a ld [$2000],a ret
2015-04-09money won and trainer pic constantsxCrystal
2015-03-13commented mon_party_sprites.asmYamaArashi
2015-03-12Low health alarm documentationU-Daniel-PC\Daniel
RenaKunisaki
2015-02-08Rename some labelsYamaArashi
2015-02-08named misc functionsYamaArashi
2015-02-08move-related thingsYamaArashi
2015-02-07fixed hp bar wram label and miscYamaArashi
2015-02-07Named wram symbolsYamaArashi
2015-02-07commented battle stuffYamaArashi
2015-02-07commented menu stuffYamaArashi
2015-02-07serial/trade/miscYamaArashi
2015-01-24Better documenting for GetMachinePrice and TechnicalMachinePrices.Marcus Huderle