Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-12 | Complete unfinished function. | luckytyphlosion | |
2015-06-12 | A lot of home.asm review | luckytyphlosion | |
2015-06-12 | More home.asm documentation... | luckytyphlosion | |
Text and menu related functions. | |||
2015-06-12 | More home.asm documentation. | luckytyphlosion | |
Some sprite functions and text functions. | |||
2015-06-12 | More address relabeling. | luckytyphlosion | |
2015-06-11 | Some address labeling. | luckytyphlosion | |
2015-06-09 | Add HBlank function to $0048 | luckytyphlosion | |
2015-06-07 | Fixed 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-05 | Fix home/play_time.asm and add it into the respective location in home.asm | luckytyphlosion | |
2015-06-05 | Merge git://github.com/dannye/pokeyellow into dannye-master | luckytyphlosion | |
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-05 | Fix EOL to LF to make push requests more doable. | luckytyphlosion | |
2015-06-05 | Fix a lot of bugs | U-Daniel-PC\Daniel | |
2015-06-04 | EOL Windows->UNIX | U-Daniel-PC\Daniel | |
2015-06-04 | More home.asm documentation. | luckytyphlosion | |
Fixed up on some Mon Sprite Functions and a few unknown yellow exclusive Functions. | |||
2015-05-28 | More home.asm code | luckytyphlosion | |
2015-05-24 | More home.asm documentation. | luckytyphlosion | |
2015-05-19 | More yellow functions, some address relabeling | luckytyphlosion | |
2015-05-18 | Update home.asm | luckytyphlosion | |
2015-05-17 | Completed home/overworld.asm with other related functions | luckytyphlosion | |
2015-05-11 | Update home.asm | luckytyphlosion | |
2015-05-11 | Update home.asm | luckytyphlosion | |
2015-05-11 | Update home.asm | luckytyphlosion | |
2015-05-10 | Change ReadJoypad. | luckytyphlosion | |
2015-05-10 | Added a new bankswitch function not in Red/Blue. | luckytyphlosion | |
BankswitchCommon:: ; 3e7e (0:3e7e) ld [H_LOADEDROMBANK],a ld [$2000],a ret | |||
2015-04-09 | money won and trainer pic constants | xCrystal | |
2015-03-13 | commented mon_party_sprites.asm | YamaArashi | |
2015-03-12 | Low health alarm documentation | U-Daniel-PC\Daniel | |
RenaKunisaki | |||
2015-02-08 | Rename some labels | YamaArashi | |
2015-02-08 | named misc functions | YamaArashi | |
2015-02-08 | move-related things | YamaArashi | |
2015-02-07 | fixed hp bar wram label and misc | YamaArashi | |
2015-02-07 | Named wram symbols | YamaArashi | |
2015-02-07 | commented battle stuff | YamaArashi | |
2015-02-07 | commented menu stuff | YamaArashi | |
2015-02-07 | serial/trade/misc | YamaArashi | |
2015-01-24 | Better documenting for GetMachinePrice and TechnicalMachinePrices. | Marcus Huderle | |
2015-01-22 | Clean up white space, fix label typo | U-Daniel-PC\Daniel | |
2014-09-23 | Rename hVBlank* constants to h*. | yenatch | |
2014-09-20 | Merge remote-tracking branch 'YamaArashi/master' | yenatch | |
Conflicts: constants/misc_constants.asm engine/battle/core.asm engine/menu/pokedex.asm engine/town_map.asm home.asm hram.asm | |||
2014-09-17 | Add macros for text predefs. | yenatch | |
2014-09-17 | Recomment misc functions in home.asm. | yenatch | |
2014-09-17 | Don't define addresses for ROM0 sections in home.asm. | yenatch | |
Instead, occupy the space reserved for the rom header so there is no collision. | |||
2014-09-14 | Commented/labelled misc functions | YamaArashi | |
2014-09-13 | Commented more sprite and map code | YamaArashi | |
2014-09-09 | Labelled and commented mostly sprite-related things | YamaArashi | |
2014-09-08 | Add comments regarding menus and sprites | YamaArashi | |
2014-08-30 | Use hram constants for remaining joypad variables. | yenatch | |
2014-08-12 | Split copy and serial functions out of home.asm. | yenatch | |
2014-08-08 | Labelled many functions/variables | YamaArashi | |
2014-08-07 | Fix static banks passed into GetName. | yenatch | |
This appears to be the only other use of wPredefBank. Chances are there are more uncaught banks. Known cases are marked as "hardcoded" or similar. |