Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-12 | shake screen functions | YamaArashi | |
2015-07-12 | some battle animation stuff | YamaArashi | |
2015-07-10 | Some bank1c documentation. | luckytyphlosion | |
gamefreak.asm, hall_of_fame.asm, palettes.asm. Also new hram/wram.asm labels. | |||
2015-07-05 | Merge pull request https://github.com/iimarckus/pokered/pull/95 from ↵ | dannye | |
luckytyphlosion/master and related bug fixes | |||
2015-07-03 | Rename/organize part 1 of 4 | U-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-29 | Some extra files. | luckytyphlosion | |
(wram.asm, charmap.asm) | |||
2015-06-11 | Clean up white space | U-Daniel-PC\Daniel | |
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 | 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 | Merge branch 'master' of https://github.com/iimarckus/pokered | U-Daniel-PC\Daniel | |
Conflicts: wram.asm | |||
2015-06-04 | EOL Windows->UNIX | U-Daniel-PC\Daniel | |
2015-05-30 | Comment wram.asm | U-Daniel-PC\Daniel | |
luckytyphlosion | |||
2015-05-17 | Completed home/overworld.asm with other related functions | luckytyphlosion | |
2015-05-13 | Add wd435 | luckytyphlosion | |
2015-05-13 | Add wd436 | luckytyphlosion | |
2015-05-11 | Remove wGBC. | luckytyphlosion | |
wGBC is replaced by hGBC now. This also explains where the off by one offset came from. | |||
2015-04-26 | Split SRAM stuff. | luckytyphlosion | |
2015-04-26 | SRAM Constants | luckytyphlosion | |
Adding SRAM Constants to replace direct addresses with labels. | |||
2015-04-09 | money won and trainer pic constants | xCrystal | |
2015-04-09 | Document DisableEffect and CheckEnemyStatusConditions | xCrystal | |
basically copy/paste comments and labels from CheckPlayerStatusConditions | |||
2015-03-31 | Label some attack animation functions | xCrystal | |
2015-03-31 | Further document AI stuff | xCrystal | |
2015-03-31 | Some wram constants | xCrystal | |
2015-03-14 | commented trade amim functions | YamaArashi | |
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 | comment drain HP effect | YamaArashi | |
2015-02-07 | serial/trade/misc | YamaArashi | |
2015-02-04 | add constants for volatile statuses and more battle labels/commentary/constants | xCrystal | |
2015-02-04 | More battle commentary/labels/constans and fix some spacing issues | xCrystal | |
Conflicts: engine/battle/core.asm | |||
2015-01-22 | Clean up white space, fix label typo | U-Daniel-PC\Daniel | |
2014-10-17 | Add parts of the Safari Zone entrance script from Yellow. | IIMarckus | |
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-08-08 | Labelled many functions/variables | YamaArashi | |
2014-06-14 | Hall of Fame sram labels and related constants. | yenatch | |
2014-06-14 | Use monster struct macros in wram. Rename related labels for consistency. | yenatch | |
2014-06-09 | Clean up white space | U-Fish-PC\Daniel | |
2014-05-27 | Add macro TX_BCD for printing BCD numbers. | yenatch | |
This fixes some more static wram addresses. | |||
2014-05-26 | Remove most static wram addresses. Use labels instead. | yenatch | |
For unknown addresses, use "w<address>". Label overleads are still an issue. | |||
2014-05-26 | Don't hardcode wram sections (except for alignment). | yenatch | |
Sprite buffers must be aligned to the nearest $100, so these sections are explicitly defined. |