Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-25 | More code and what looks like scripts in F | pikalaxalt | |
2016-05-24 | Replace hidden object file include in bank 3c | pikalaxalt | |
2016-05-24 | Numerous changes (see below) | pikalaxalt | |
* Fix build errors from previous commit * Fix predef text pointers * Disassemble hidden object data and additional accessory functions | |||
2016-03-26 | GBC palette code | YamaArashi | |
2015-11-13 | engine/text_boxes.asm | luckytyphlosion | |
Also remove hROMBankTemp and manually supply gfx.py | |||
2015-10-18 | Complete documentation of bank3 | luckytyphlosion | |
Also: split out bcd predefs from yellow/main.asm, start removing traces of W_ | |||
2015-08-30 | Merge branch 'master' of https://github.com/iimarckus/pokered | luckytyphlosion | |
Doesn't build. | |||
2015-08-14 | add border constant and clear up misnomer | YamaArashi | |
2015-08-12 | named more variables | YamaArashi | |
2015-08-12 | commented SGB palette stuff | YamaArashi | |
2015-08-08 | commented audio code | YamaArashi | |
2015-08-07 | named CountSetBits output variable | YamaArashi | |
2015-08-03 | Attempt to make yellow buildable, part 7. | luckytyphlosion | |
Builds but not to baserom.gbc. | |||
2015-07-27 | Merge branch 'master' of https://github.com/luckytyphlosion/pokered | dannye | |
2015-07-26 | tmlearn macro. | luckytyphlosion | |
Also multiple_divide documentation and fix improper wram comment. | |||
2015-07-25 | yet more naming | YamaArashi | |
2015-07-24 | more naming variables | YamaArashi | |
2015-07-24 | named more functions | YamaArashi | |
2015-07-23 | fixed hram aliases and named wram var | YamaArashi | |
2015-07-19 | naming | YamaArashi | |
2015-07-19 | replace uses of minus one | YamaArashi | |
2015-07-18 | misc | YamaArashi | |
2015-07-18 | fix variable naming | YamaArashi | |
2015-07-17 | money / coins hram constants | YamaArashi | |
2015-07-17 | title / diploma / vending machine | YamaArashi | |
2015-07-15 | menu stuff | YamaArashi | |
2015-07-15 | more movement stuff | YamaArashi | |
2015-07-15 | commented movement stuff | YamaArashi | |
2015-07-14 | field moves | YamaArashi | |
2015-07-12 | named wram variables | YamaArashi | |
2015-07-10 | Some bank1c documentation. | luckytyphlosion | |
gamefreak.asm, hall_of_fame.asm, palettes.asm. Also new hram/wram.asm labels. | |||
2015-07-07 | Bank3d addresses and fixes. | luckytyphlosion | |
Also documentation of new super rod code and slight more documentation of multiply_divide.asm | |||
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-05-24 | Minor fixes here and there. | luckytyphlosion | |
Typos, moving around, new HRAM stuff. | |||
2015-05-11 | Update hram.asm | luckytyphlosion | |
2015-05-10 | Change hJoyInput. | luckytyphlosion | |
2015-03-13 | commented mon_party_sprites.asm | YamaArashi | |
2015-02-13 | Merge remote-tracking branch 'origin/master' | yenatch | |
2015-02-07 | Named wram symbols | YamaArashi | |
2015-02-07 | commented battle stuff | YamaArashi | |
2015-02-07 | rename hJoyHeldLast -> hJoyLast | yenatch | |
2015-02-07 | serial/trade/misc | YamaArashi | |
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-14 | Commented/labelled misc functions | YamaArashi | |
2014-09-09 | Labelled and commented mostly sprite-related things | YamaArashi | |
2014-08-30 | Use hram constants for remaining joypad variables. | yenatch | |
2014-08-08 | Labelled many functions/variables | YamaArashi | |
2014-05-25 | Rename joypad registers. | yenatch | |
2014-05-24 | Rename random number function and hram labels. | yenatch | |
GenRandom -> Random GenRandomInBattle -> BattleRandom H_RAND1 -> hRandomAdd H_RAND2 -> hRandomSub |