Lior Halphon
|
2af6c63253
|
Fix bad round, memset VLA
|
2020-04-02 22:02:20 +03:00 |
|
Lior Halphon
|
79f3f3f4d5
|
Indentation conventions, use C99 variable length arrays
|
2020-04-02 21:10:20 +03:00 |
|
Lior Halphon
|
7878dd6d4b
|
Fix several out-of-bound reads; fix a memory leak
|
2020-04-02 20:59:19 +03:00 |
|
Rangi
|
c87f8512a4
|
Add tools/used_space.py to visualize the ROM based on the .map file
|
2020-03-11 17:10:06 -04:00 |
|
Rangi
|
8eba39dd52
|
Add tools/used_space.py to visualize the ROM based on the .map file
|
2020-03-11 15:06:34 -04:00 |
|
mid-kid
|
9a927c1b3e
|
Merge pull request #685 from mid-kid/master
Moshi moshi? minoru enhansumentsu desu
|
2020-02-21 21:11:36 +01:00 |
|
mid-kid
|
18013b468a
|
Fix tools/unnamed.py for new rgbds object format
|
2020-02-21 01:48:17 +01:00 |
|
mid-kid
|
9f2c2627f5
|
Make tools/sort_symfile.sh case insensitive
Development versions of rgblink now output lowercase
|
2020-02-13 18:31:10 +01:00 |
|
mid-kid
|
24c058bc0a
|
Fix tools/unnamed.py for new rgbds object format
|
2020-02-04 23:19:41 +01:00 |
|
mid-kid
|
54b87ecea8
|
Document in-battle move selection menu scrolling glitch
What a mouthful...
|
2019-06-09 00:17:35 +02:00 |
|
Rangi
|
1e5c95d8d4
|
Silence gcc warnings, even in Travis
-Wno-missing-field-initializers is needed because of false positives over {0} initialization
|
2019-02-16 16:24:47 -05:00 |
|
Rangi
|
8577d78f4d
|
Merge pull request #599 from mid-kid/master
Add tool to find unnamed symbols: Take 2
|
2019-02-09 18:35:39 -05:00 |
|
mid-kid
|
1bc1673794
|
Fix python 3.6 support for unnamed.py
|
2019-02-10 00:17:19 +01:00 |
|
mid-kid
|
9fde0912c3
|
unnamed.py: Add completion percentage
People love percentages. Gotta show our powerlevel.
|
2019-01-01 11:41:48 +01:00 |
|
Rangi
|
583838a39d
|
Make tools/gfx.py executable
|
2018-12-31 18:55:35 -05:00 |
|
mid-kid
|
3b97a15ea3
|
Add tool to find unnamed symbols
This tool should help us identify which are the symbols that still need
proper names, and in which files they're located.
|
2019-01-01 00:28:51 +01:00 |
|
Rangi
|
e3bc378492
|
Keep gfx.py with other tools, and remove its dependency on the 'extras' submodule
|
2018-12-31 17:17:55 -05:00 |
|
mid-kid
|
0af682d38a
|
chmod +x tools/free_space.awk
|
2018-11-05 22:26:18 +01:00 |
|
luckytyphlosion
|
850ef245f3
|
Fix toc.py line endings (for travis-ci)
|
2018-09-20 11:32:53 -04:00 |
|
Rangi
|
eb1e3636bb
|
Use labels instead of constants for HRAM
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
|
2018-08-25 14:28:22 -04:00 |
|
Rangi
|
ca08ffce6e
|
Avoid warnings from gcc without having to silence them all
|
2018-08-18 22:42:46 -04:00 |
|
aaaaaa123456789
|
5a55d629e1
|
Update lzcomp to the latest version and fix Makefiles accordingly
|
2018-08-04 23:43:59 -03:00 |
|
Rangi
|
e90857dea1
|
Add tools/free_space.awk
|
2018-07-17 20:07:39 -04:00 |
|
Rangi
|
462bae31d9
|
Silence -Wimplicit-fallthrough
|
2018-06-20 22:14:50 -04:00 |
|
mid-kid
|
ef5e4e43c7
|
Fix md5.c for Windows
Solves #520
|
2018-06-07 13:37:11 +02:00 |
|