Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-31 | Clean up Yellow's WRAM | Rangi | |
2020-12-15 | Merge branch 'master' of https://github.com/pret/pokered | dannye | |
2020-11-29 | Label and document hFFD7 more accurately | SatoMew | |
2020-11-05 | Sync home and macro code with pokeyellow | Rangi | |
2020-11-04 | Start reorganizing pokeyellow | Rangi | |
2020-11-04 | Sync with pokered | dannye | |
2020-07-07 | Use HIGH() and LOW() | Rangi | |
2020-07-06 | Specify the ldh instruction, don't turn ld into ldh | Rangi | |
2020-07-04 | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵ | Rangi | |
by rgbds 0.4.0) | |||
2020-07-03 | Replace raw hex values with HRAM constants | Rangi | |
To do: turn constants into labels and use ldh | |||
2020-07-03 | H_CONSTANTNAMES -> hConstantNames | Rangi | |
2020-06-27 | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | |
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels. | |||
2018-04-01 | fix some constants | yenatch | |
2016-06-12 | sync home | YamaArashi | |
2016-06-11 | remove address comments | YamaArashi | |
2016-06-08 | Pikapic animation function labels | pikalaxalt | |
2015-08-30 | Fixes. | luckytyphlosion | |
2015-08-30 | Merge branch 'master' of https://github.com/iimarckus/pokered | luckytyphlosion | |
Doesn't build. | |||
2015-08-08 | commented audio code | YamaArashi | |
2015-08-01 | Attempt to make yellow buildable, part 4 | luckytyphlosion | |
Hardcoded pointers, dr (define rom) macro. | |||
2015-07-22 | Unify audio bank references | dannye | |
2→1 8→2 1f→3 | |||
2015-07-22 | Rename sound effect files | dannye | |
2015-07-18 | misc | YamaArashi | |
2015-07-14 | hall of fame / credits | YamaArashi | |
2015-07-13 | comment slot machine | YamaArashi | |
2015-07-12 | use constant for bg transfer dest hram var | YamaArashi | |
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 | home.asm label fixes. | 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 EOL to LF to make push requests more doable. | luckytyphlosion | |
2015-05-17 | Completed home/overworld.asm with other related functions | luckytyphlosion | |
2015-02-07 | serial/trade/misc | YamaArashi | |
2014-09-23 | Rename hVBlank* constants to h*. | yenatch | |
2014-09-14 | Commented/labelled misc functions | YamaArashi | |
2014-09-13 | Commented more sprite and map code | YamaArashi | |
2014-08-08 | Labelled many functions/variables | YamaArashi | |
2014-06-16 | Use macros to define predefs. | yenatch | |
2014-06-10 | More music bank references | U-Fish-PC\Daniel | |
Now the AUDIO constants in audio.asm can be edited freely | |||
2014-06-09 | Clean up music bank references | U-Fish-PC\Daniel | |
2014-05-31 | Split more code out of home.asm. | yenatch | |