Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-05 | Merge pull request #604 from DizzyEggg/flying | Diegoisawesome | |
Clean up flying.c | |||
2019-03-05 | What is love, baby dont hurt me | DizzyEggg | |
2019-03-05 | Rename an erroneously named battlescript | DizzyEggg | |
2019-03-05 | try flying | DizzyEggg | |
2019-03-05 | Start decompiling menu_unknown | Phlosioneer | |
2019-03-05 | Start fixing flying.c | DizzyEggg | |
2019-03-05 | Merge pull request #603 from Phlosioneer/makefile-map-fix | Diegoisawesome | |
Fix make to look for .json files instead of folders | |||
2019-03-05 | Fix make to look for .json files instead of folders | Phlosioneer | |
Currently, when Make is building the maps, it considers every folder in the data/maps/ directory as a map that needs to be built, even folders that are empty. This can be a problem when modding on a separate branch, because git doesn't always clean up directories when switching branches (usually because of hidden files in those directories), so switching back to an unmodded branch will leave an empty folder that confuses make. This commit changes the makefile so that it only checks directories that have map.json files in them. | |||
2019-03-04 | Merge pull request #602 from garakmon/fly | Diegoisawesome | |
match sub_810EE14 in flying.c | |||
2019-03-05 | Rename asm file | Phlosioneer | |
2019-03-04 | Split rom asm file in half | Phlosioneer | |
The first half is ui/menu stuff, while the second half is link-related stuff. | |||
2019-03-04 | Rename move tutor to move relearner | Phlosioneer | |
2019-03-04 | Removed PREV and NEXT macros, changed summary name | Phlosioneer | |
2019-03-03 | Fix merge issue | Phlosioneer | |
2019-03-03 | match sub_810EE14 in flying.c | garak | |
2019-03-03 | Merge branch 'master' into summary-screen-macros | Phlosioneer | |
2019-03-03 | Use macros for summary windows | Phlosioneer | |
Other minor changes and fixes are included | |||
2019-03-03 | Fix symbol overcounting, add partial symbols | Phlosioneer | |
2019-03-03 | port the rest of flying (leave 2 nonmatchings to egg) | shinny456 | |
2019-03-03 | Fix typos | Phlosioneer | |
This is an updated version of #554, since it hasn't been updated in two weeks. | |||
2019-03-03 | Bugfixes from #591 | Phlosioneer | |
2019-03-03 | Merge pull request #553 from Phlosioneer/main-menu-state-machine | huderlem | |
Document main_menu state machine, name window constants | |||
2019-03-03 | Fix tabs | Phlosioneer | |
2019-03-03 | Fully document move_tutor (formerly learn_move) | Phlosioneer | |
2019-03-02 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
2019-03-02 | Rename macro with correct name for pixel values | Phlosioneer | |
2019-03-02 | Remove water.h and flying.h | Phlosioneer | |
2019-03-02 | Don't extern gMoveNames | DizzyEggg | |
2019-03-02 | Merge pull request #587 from Phlosioneer/document-all-event-vars | huderlem | |
Document all event vars | |||
2019-03-02 | Fix tabs, do suggested rename | Phlosioneer | |
2019-03-02 | Clean up the last extern functions | Phlosioneer | |
2019-03-02 | Eliminate more externs | Phlosioneer | |
2019-03-02 | Fixed decomp issue around LoadPalette | Phlosioneer | |
In LoadLinkPartnerEventObjectSpritePalette, using paletteNum += 6 causes GCC to "mark" paletteNum's register as a possible overflow, even though it performs the overflow check. Then, when passing args to LoadPalette, GCC fails to recognize that 0x100 + ((any u8) << 4) can never overflow as a u16. It then does an overflow check before calling LoadPalette. Assigning to a temp variable seems to avoid this "marking" behavior. | |||
2019-03-01 | Reduce externs | Phlosioneer | |
2019-03-01 | Merge pull request #551 from Phlosioneer/multiplayer-stuff | huderlem | |
Document overworld.c and link stuff in general | |||
2019-03-01 | More minor fixes | Phlosioneer | |
2019-03-01 | Fix minor errors | Phlosioneer | |
2019-03-01 | Fix tabs | Phlosioneer | |
2019-03-01 | Improve OK bot's symbol counting | Phlosioneer | |
2019-02-28 | Pick better names for constants | Phlosioneer | |
2019-02-28 | Add macros for metatile manipulation | Phlosioneer | |
2019-02-28 | fixed issues in data and include dirs | hondew | |
2019-02-28 | fix formatting in slot_machine.c | hondew | |
2019-02-28 | tidied lucky flags | hondew | |
2019-02-28 | fix spelling error | hondew | |
2019-02-28 | fix mistakes and bad formatting | hondew | |
2019-02-28 | label luckyFlags | hondew | |
2019-02-28 | minor reeltime changes | hondew | |
2019-02-28 | finish DecideReelTurns | hondew | |
2019-02-28 | clean up slot machine more | hondew | |