Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-16 | Made a new substruct for the substruct | Phlosioneer | |
We must go deeper. | |||
2019-03-16 | Clean up intro_credits_graphics constants | Phlosioneer | |
2019-03-16 | Apply new macros to intro graphics struct | Phlosioneer | |
2019-03-16 | Fix anonymous struct | Phlosioneer | |
2019-03-16 | Use constants for Oam .shape and .size fields | Phlosioneer | |
Also some general formatting fixes for constants. | |||
2019-03-16 | Use new MUS_NONE constant in sound.c | Phlosioneer | |
2019-03-16 | Add a constant for "no music" on maps. | Phlosioneer | |
2019-03-16 | add troubleshooting line in INSTALL.md | aueuaio | |
While following the instructions for macos (i have sierra) in INSTALL.md, agbcc/build.sh failed, complaining it couldn't find the /opt/devkitpro/devkitARM/base_tools file. After a bit of research, i found out this file is in the devkitarm-rules package (in the devkitpro repos for pacman). Since installing this package fixes the problem, i added some troubleshooting instructions for it in INSTALL.md. | |||
2019-03-16 | Make a powershell version of asmdiff.sh | Phlosioneer | |
This version can be used with VSCode's built-in diff, and has better error detection for new contributors. | |||
2019-03-16 | Ranges are magic | Phlosioneer | |
2019-03-16 | Document the water droplet data. | Phlosioneer | |
2019-03-16 | move pokemon graphics to mon-specific directories | garak | |
2019-03-16 | fix incbin paths | garak | |
2019-03-16 | Decompiled two difficult functions | Phlosioneer | |
Had do use a lot of `asm` directives for sub_81C8A28 to match. | |||
2019-03-15 | Move constant and EWRAM data into C. | Phlosioneer | |
2019-03-15 | A few more functions decompiled | Phlosioneer | |
2019-03-15 | Merge branch 'master' into pokenav-decomp-again | Phlosioneer | |
2019-03-12 | Document sAreaGlowTilemapMapping | Phlosioneer | |
I used a script to generate the format for the array, so I can easily change its formatting if needed. | |||
2019-03-10 | Document map name popup flag | Phlosioneer | |
2019-03-09 | Moved last contest data into C | Phlosioneer | |
2019-03-09 | Move the contest opponent filter to C | Phlosioneer | |
2019-03-09 | Move gContestOpponents into C | Phlosioneer | |
2,400 LOC by hand. | |||
2019-03-09 | Last bit of cleanup on contest_opponents | Phlosioneer | |
2019-03-09 | Clean up contest_opponents.inc | Phlosioneer | |
2019-03-09 | Move contest winner list to C | Phlosioneer | |
2019-03-08 | Move text pointer tables into C | Phlosioneer | |
2019-03-08 | Move more contest constants into C | Phlosioneer | |
2019-03-08 | Merge pull request #600 from Phlosioneer/summary-screen-macros | huderlem | |
Summary screen macros | |||
2019-03-08 | Merge pull request #590 from Phlosioneer/ok-bot-symbol-counting | huderlem | |
Improve OK bot's symbol counting | |||
2019-03-08 | Merge pull request #592 from Phlosioneer/extern-cleanup | huderlem | |
Extern cleanup | |||
2019-03-08 | Use PIXEL_FILL macro | Phlosioneer | |
2019-03-08 | spaces => tabs | Phlosioneer | |
2019-03-08 | Actually change the variable name this time | Phlosioneer | |
2019-03-08 | Merge branch 'master' into extern-cleanup | Phlosioneer | |
2019-03-08 | I was dumb and forgot to add merge fixes | Phlosioneer | |
2019-03-08 | Merge branch 'master' into move-tutor | Phlosioneer | |
2019-03-08 | Change filename to something more descriptive | Phlosioneer | |
2019-03-08 | Minor cleanup before pushing | Phlosioneer | |
2019-03-08 | Decompile move tutor stuff | Phlosioneer | |
2 nonmatching. | |||
2019-03-07 | Scaninc: Don't insert missing headers into dependencies | Marcus Huderle | |
2019-03-07 | Fix copyright mixup | Phlosioneer | |
2019-03-07 | Support absolute paths | Phlosioneer | |
2019-03-07 | Overhaul scaninc to work recursively | Phlosioneer | |
This also fixes the bug where scaninc would ignore #include lines in assembly files. | |||
2019-03-06 | Move constants into C | Phlosioneer | |
Also figured out what one of the graphics files is for. | |||
2019-03-06 | Several nonmatching functions | Phlosioneer | |
Huge and difficult. | |||
2019-03-05 | More decompiled and cleanup | Phlosioneer | |
2019-03-05 | Decompiling pokeblock ui stuff | Phlosioneer | |
2019-03-05 | Merge pull request #606 from DizzyEggg/angery | Diegoisawesome | |
Fix Controllers end command function names | |||
2019-03-05 | Fix Controllers end command function names | DizzyEggg | |
2019-03-05 | Merge pull request #605 from DizzyEggg/rename | Diegoisawesome | |
Rename an erroneously named battlescript |