Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-04 | Sync with pokered | dannye | |
2020-05-20 | Sync with pokered | dannye | |
2020-05-18 | Fix duplicate label | TiKevin83 | |
2019-01-23 | Pull bug descriptions into documentation, add more relevant docs from ↵ | Travis McGeehan | |
pokecrystal | |||
2019-01-22 | Label functions, note cause of fast options | TiKevin83 | |
Some of the functions in here are unlabeled despite having decent labels in pokecrystal (GSC reused yellow's options code). Updated the most relevant ones. This code has a bug/feature called "fast options" that reappears due to its reuse in GSC, added some explanation of it in comments | |||
2018-11-18 | Rename spritestatedata structs. | luckytyphlosion | |
2018-04-01 | fix some constants | yenatch | |
2017-09-25 | Fix warnings about deprecated mnemonics on newer builds of rgbds | Pokechu22 | |
2016-06-12 | Merge branch 'master' of https://github.com/pret/pokeyellow into merge-pokeredmerge-pokered | dannye | |
2016-06-12 | Remove more address comments | dannye | |
2016-06-12 | Merge branch 'master' of https://github.com/pret/pokered into merge-pokered | dannye | |
2016-06-12 | Remove the last address comments | dannye | |
except for wram.asm and sram.asm also delete unused yellow file | |||
2016-06-12 | Merge branch 'master' of https://github.com/pret/pokered into merge-pokered | dannye | |
2016-06-12 | Remove some leftover address comments | dannye | |
2016-06-11 | sync engine code with pokered | YamaArashi | |
2016-06-11 | remove address comments | YamaArashi | |
2016-06-11 | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | |
2016-06-11 | Character dict; surfing minigame; printer debug | pikalaxalt | |
2016-06-11 | remove address comments | YamaArashi | |
2016-06-11 | Merge branch 'master' of https://github.com/pret/pokeyellow | dannye | |
2016-06-11 | Sync with pokered | dannye | |
from August 29, 2015 to April 6, 2016 | |||
2016-06-08 | No more standalone WRAM addresses in the Event Flags array | pikalaxalt | |
2016-06-08 | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | |
2016-06-07 | Printer labels | pikalaxalt | |
2016-06-06 | Split out pikachu engine functions; sprite state data macros | pikalaxalt | |
2016-06-06 | Printer-related labels | pikalaxalt | |
2016-06-06 | Clean up white space | dannye | |
2016-05-31 | Vermilion Fan Club | pikalaxalt | |
2016-05-30 | League PC code, address comments for hidden_items.asm | luckytyphlosion | |
2016-05-30 | Vending machine | luckytyphlosion | |
2016-05-30 | Cerulean Pokemon Center; Func_5c0d4; space after comma in ↵ | pikalaxalt | |
engine/menu/pokedex.asm | |||
2016-05-29 | Pewter Pokecenter | pikalaxalt | |
2016-05-23 | Bank7 misc functions | luckytyphlosion | |
Also delete gfx/intro_nido pngs (aren't used in the build) | |||
2016-05-22 | Bank15 misc functions | luckytyphlosion | |
2016-05-22 | Bank11 and 14 misc functions. | luckytyphlosion | |
2016-03-22 | Clean up more Yellow ifdefs. | IIMarckus | |
2016-03-17 | Replaced some wram labels before committing, need to commit now. | luckytyphlosion | |
2016-03-17 | Split bank1 up. | luckytyphlosion | |
2016-01-03 | Fix game time labels | PikalaxALT | |
2015-12-31 | Cleanup with yellow-exclusive banks | luckytyphlosion | |
Also introduce charmap for $ec (unfilled menu arrow cursor) | |||
2015-12-31 | BankF documentation from HasMonFainted to Func_3d536 | luckytyphlosion | |
2015-12-29 | More BankF documentation | luckytyphlosion | |
Also introduce bit direction constants and setpal macros | |||
2015-12-22 | data/pokedex_entries.asm | luckytyphlosion | |
Also fix data/evos_moves.asm address comments (off by one) | |||
2015-12-22 | engine/menu/pokedex.asm | luckytyphlosion | |
Todo: fix data/pokedex_entries.asm | |||
2015-12-13 | Yellow Options Menu | luckytyphlosion | |
2015-11-28 | engine/battle/moveEffects/substitute_effect.asm and ActivatePC | luckytyphlosion | |
Also no more W_PLAYER/ENEMYBATTSTATUS | |||
2015-11-15 | engine/menu/start_menu.asm | luckytyphlosion | |
Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm | |||
2015-11-15 | engine/menu/party_menu.asm | luckytyphlosion | |
2015-11-14 | engine/menu/status_screen.asm | luckytyphlosion | |
Also fix gfx.py from not recognizing modules in extras/pokemontools | |||
2015-11-13 | engine/menu/players_pc.asm | luckytyphlosion | |
also rename CinnabarGymQuiz_1eb0a to CinnabarGymQuiz_1e4bf |