Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-15 | Move some misc/ files into meaningful directories | Remy Oukaour | |
2017-12-09 | More WRAM cleanup | Remy Oukaour | |
2017-12-09 | Further WRAM organization | Remy Oukaour | |
2017-11-26 | Add MobileError-related labels | mid-kid | |
This function is called from a few different places in the mobile code, including from one special that is only executed when the BattleTowerRoomMenu special returns with a non-zero code. Since that special causes a blue "error" screen to appear, that looks the exact same as the one you'd get when trying to connect from the mobile trade corner/battle colosseum in a Pokémon Center's top floor, and this function contains a bunch of japanese strings in a jumptable, I think it's reasonable to assume it should be called "DisplayMobileError". | |||
2017-11-19 | DetermineMobileBattleResult -> DisplayLinkBattleResult | mid-kid | |
Changed this function's name, because it confusingly only calls DetermineLinkBattleResult when linked through mobile. It does absolutely nothing with determining the battle result in a regular link battle, and is only responsible for displaying the battle result and counting stats. | |||
2017-09-23 | Fix section linking | PikalaxALT | |
Create linker script and float all sections | |||
2017-03-24 | Revert "Fix floating sections" | Ben10do | |
This reverts commit e28b88f56d666484b994fc9cf28cc5d4cf50c803. | |||
2017-03-15 | Fix floating sections | AntonioND | |
This is needed so that rgblink doesn't move them around after modifying it's placement algorithm. Signed-off-by: AntonioND <antonio_nd@outlook.com> | |||
2017-01-16 | Labels for Trainer Rankings stat tracking functions | hatschky | |
2016-06-13 | hLCDCPointer and InitList | pikalaxalt | |
2016-05-16 | HP bar animation addresses and AI switch | pikalaxalt | |
2016-05-11 | Save functions; feeble attempt at serial and link functions | pikalaxalt | |
2016-05-10 | Labeled every function in ROM0 that's referenced in the source | pikalaxalt | |
2016-05-08 | All functions in main.asm have non-generic names | pikalaxalt | |
2016-05-05 | Mobile and more battle anims | pikalaxalt | |
2016-05-04 | HDMA transfer functions | pikalaxalt | |
2016-04-10 | Local labels starting with lowercase letters are no longer decorated with a ↵ | pikalaxalt | |
trailing colon | |||
2016-03-01 | Battle animation annotations | PikalaxALT | |
2016-01-18 | Prepare to merge | PikalaxALT | |
2016-01-13 | Finish function labels in battle core | PikalaxALT | |
2016-01-12 | More WRAM tidying | PikalaxALT | |
2016-01-09 | Split base stats | PikalaxALT | |
2016-01-06 | Map callback constants | PikalaxALT | |
2016-01-04 | more gfx-related labels | PikalaxALT | |
2015-12-29 | Item effects, post-battle, and decoration flags | PikalaxALT | |
2015-12-28 | trainer card | PikalaxALT | |
2015-12-26 | jumptable macro repurposed | PikalaxALT | |
2015-12-26 | Move effects; no more reloadmapmusic, returnafterbattle | PikalaxALT | |
2015-12-24 | writebackup --> closewindow; game corner prize vendors; others | PikalaxALT | |
2015-12-23 | Battle Anim Object struct constants | PikalaxALT | |
2015-12-23 | Finish stats screen function labels | PikalaxALT | |
2015-12-22 | Color fns, some more address decoding in link/mobile | PikalaxALT | |
2015-12-21 | More link trade shenanigans | PikalaxALT | |
2015-12-20 | Menu joy flags; started with link address space | PikalaxALT | |
2015-12-19 | More work on slots; WRAM cleanup, Move Deleter | PikalaxALT | |
2015-12-18 | Events and some WRAM cleanup | PikalaxALT | |
2015-12-17 | More menu stuff | PikalaxALT | |
2015-12-17 | Mobile trade animations, pokepic animations | PikalaxALT | |
2015-12-16 | Map script and color shenanigans | PikalaxALT | |
2015-12-15 | Menu | PikalaxALT | |
2015-12-14 | map setup and warps | PikalaxALT | |
2015-12-13 | Miscellaneous labels | PikalaxALT | |
2015-12-07 | new and updated music macros | PikalaxALT | |
2015-12-04 | More work on animations | PikalaxALT | |
2015-12-02 | More work interpreting the sprite engine | PikalaxALT | |
2015-12-01 | Break up engine/sprites.asm; address yenatch's comments | PikalaxALT | |
2015-11-29 | Pokedex labels | PikalaxALT | |
2015-11-28 | Renaming sections, further dissolving main.asm | PikalaxALT | |
2015-11-26 | Battle Tower scripts and text labels | PikalaxALT | |
2015-11-25 | Rename several script commands | PikalaxALT | |