Commit Graph

173 Commits

Author SHA1 Message Date
red031000
747d296106
NANR to json decoding 2023-07-04 19:10:23 +01:00
red031000
a6b1f76301
NCER to json decoding 2023-07-04 00:47:30 +01:00
red031000
bef1dc4a8a
NCER cellAttrs 2023-07-03 21:56:37 +01:00
red031000
4e47c91fb9
nbfp and nbfc handling 2023-07-03 21:56:36 +01:00
red031000
bc7153d2b8
cleanup nitrogfx 2023-07-03 18:14:49 +01:00
red031000
ae6be190a7
implement HG scanning and handle empty files 2023-07-03 17:22:48 +01:00
red031000
f8ba8110b1
fix NANR for more complicated ones 2023-07-03 17:03:20 +01:00
red031000
e9a56255ea
add NANR support to nitrogfx 2023-07-03 07:14:59 +01:00
red031000
be8ff53ceb
cleanup + scrcmd 2023-06-30 02:57:54 +01:00
Kellan Clark
2e97a29c9f
Update Makefile 2023-06-19 00:07:58 -04:00
Kellan Clark
06167f0eba
Add zlib as a dependency 2023-06-18 19:09:56 -04:00
red031000
612d0ee18e
narc_0000 2023-06-07 00:50:33 +01:00
red031000
64b73d6b02
start of XML based msgdata 2023-06-06 22:58:19 +01:00
Akashi Akira
b5cf46393f
more line endings 2023-05-24 09:15:59 +01:00
Akashi Akira
231a8d1b05
ensure objects are cleaned for nitrogfx 2023-05-15 03:34:26 +01:00
Akashi Akira
f944578235
implement .knarcorder, rename some files in intro 2023-05-03 18:27:15 +01:00
Akashi Akira
504a60f5f0
MOD59_TVMain nonmatching 2023-05-02 18:44:35 +01:00
Akira Akashi
7b8e63709e
Merge branch 'master' into fix-nitrobanner-maybe 2023-05-01 16:31:08 +01:00
red031000
f2fec2df12
change some numbers over to constants 2023-01-15 11:52:49 +00:00
tgsm
308523ae2b nitrobanner: Stop using strcasecmp for filepath comparisons
This attempts to fix the build on platforms that don't support the
non-standard strcasecmp.
2022-12-06 22:44:05 -06:00
PikalaxALT
55e46e35dd Merge branch 'master' of github.com:pret/pokediamond into pikalax_work 2021-11-24 13:35:10 -05:00
PikalaxALT
661a12d18b Sync msgenc fixes from heartgold 2021-11-24 12:30:48 -05:00
PikalaxALT
32a760a28b Fix bin2obj syntax error 2021-11-24 12:21:46 -05:00
PikalaxALT
12511797aa Fix bin2obj compile error 2021-11-24 10:55:48 -05:00
PikalaxALT
c619240cac Fix build system for macOS 2021-11-24 09:38:34 -05:00
PikalaxALT
7af4107235 Fix Makefile issues with OSX 11.6 2021-11-11 15:21:59 -05:00
PikalaxALT
2e8f24c114 Merge branch 'master' of github.com:pret/pokediamond into pikalax_work 2021-11-06 17:54:08 -04:00
PikalaxALT
344a645b5a Fix areawindow png 2021-11-06 10:57:37 -04:00
shinyquagsire23
ba7202457f Update build scripts for MacOS Monterey; Use pkg-config on all platforms; MacOS no longer needs static libc++fs; Use gsed on MacOS 2021-11-05 19:58:55 -07:00
shinyquagsire23
04d90cff95 Use local elf headers for MacOS 2021-11-05 19:54:23 -07:00
shinyquagsire23
b142ac6e48 Fix stack corruption off-by-one in mwasmarm_patcher which triggered stack cookie checks on ARM64 MacOS 2021-11-05 19:51:59 -07:00
PikalaxALT
bb0e3a3b7f
Merge branch 'master' into msgenc_refactor 2021-08-30 20:44:35 -04:00
Akira Akashi
3fb6073717
Merge branch 'master' into nitrobanner-fs 2021-08-30 23:25:08 +01:00
Akira Akashi
30d5f531af
Merge branch 'master' into msgenc_refactor 2021-08-30 23:08:09 +01:00
tgsm
19ce13de0d nitrobanner: Fix potential issue with older compilers 2021-08-29 02:39:44 -04:00
PikalaxALT
91da8c9851 Fix extra space in msg commands 2021-08-27 14:40:37 -04:00
PikalaxALT
0117a86e52 Fix two dumps 2021-08-27 14:19:13 -04:00
PikalaxALT
1f3cb97336 Add msgenc -D switch 2021-08-27 14:06:31 -04:00
PikalaxALT
7144a71ec4 Refactor msgenc to pass keys via cli arg 2021-08-27 13:00:48 -04:00
PikalaxALT
71a3c2e14a Port bin2obj from NitroSDK 2021-08-22 14:34:48 -04:00
PikalaxALT
a1016647f6 Merge remote-tracking branch 'origin/master' into pikalax_work 2021-08-22 08:17:16 -04:00
tgsm
352605c1b5 Add nitrobanner tool
This tool was made from reverse-engineering the Nitro SDK's makebanner,
and is intended to replace that program.

It has been tested to match the Diamond/Pearl banners as well as the
HeartGold/SoulSilver banners.
2021-08-21 22:20:45 -04:00
PikalaxALT
6a0b937064 nitrogfx compatibility with MSVCC 2021-08-21 18:42:30 -04:00
PikalaxALT
dc1072ecfc Remove duplicate function declarations 2021-08-15 18:01:25 -04:00
PikalaxALT
79e77921c3 Output NARC contents as C enums in .naix files
You can include these by typing out the full path to the .naix file
(minus the files/ prefix). Example:

```c
```

Also:
- Build the filesystem before building the C objects
2021-05-29 18:45:31 -04:00
Rémi Calixte
571d9a8d7c Merge branch 'master' into unk_02016B94 2021-05-20 11:46:25 +02:00
red031000
73d208810e
implement nitrogfx ncer mapping type 2021-05-19 22:58:03 +01:00
PikalaxALT
4ae167ebbd Pedantic updates to fixrom 2021-05-15 12:33:50 -04:00
PikalaxALT
de8b920cbe fixrom: crc16 now resembles a proper crc16 routine 2021-05-14 21:21:31 -04:00
Rémi Calixte
a50b0bd905 Merge branch 'master' into unk_02016B94 2021-05-13 19:37:12 +02:00