184 Commits

Author SHA1 Message Date
red031000 9992aeb890 fix clang warning 2025-11-11 10:34:12 +00:00
red031000 369fa7d00d bugfix 2025-11-06 07:13:36 +00:00
red031000 5d39e7bd54 update nitrogfx to the latest version 2025-11-03 22:50:42 +00:00
red031000 ae99d7e9ed update nitrogfx gitignore 2024-11-13 17:22:47 +02:00
red031000 f4cf15f313 update nitrogfx to the latest version 2024-11-13 17:17:50 +02:00
Rachel 0f8ea60ace Convert hyphens to underscores in generated GMM header's include-guard 2024-04-18 09:36:58 -07:00
red031000 eaaa564557 review comments 2024-03-11 02:07:37 +00:00
red031000 86c8b267d7 space 2024-02-05 00:50:30 +00:00
red031000 7e74249043 update nitrogfx 2024-02-03 01:34:13 +00:00
red031000 adb12b2a90 nitrogfx: implement multiple OAM objects in NCER 2023-07-28 06:42:42 +01:00
red031000 0a76ec20fa nitrogfx: conversion from 8bpp scanning mode, vram transfer, and mapping types 2023-07-22 19:13:56 +01:00
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