Commit Graph

129 Commits

Author SHA1 Message Date
red031000
1521acf3f0
begin decompiling encounter.c 2023-08-10 20:41:39 +01:00
red031000
684db78a6b
compile with debugging info so gdb can be attached 2023-07-27 06:17:59 +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
red031000
e4c1bde3e7
libc to MSL_C 2023-06-30 00:59:37 +01:00
red031000
f7a105eec1
try and get memset to work, it doesn't 2023-06-28 02:33:36 +01:00
red031000
64b73d6b02
start of XML based msgdata 2023-06-06 22:58:19 +01:00
red031000
bd0eb68faf
sync warnings and some funcs with pokeheartgold 2023-05-29 21:18:13 +01:00
Akashi Akira
304ccaf0ea
fix WSLENV 2023-05-27 06:07:25 +01:00
Akashi Akira
cce4576c4a
fix some warnings 2023-05-24 21:15:01 +01:00
red031000
837dd69f60
more data and improve parallel builds 2023-03-11 07:43:06 +00:00
red031000
ceca127647
restor NSCR files as tilemap studio can edit them 2022-10-30 01:56:29 +01:00
PikalaxALT
ec3b2ac581 Compatibility fixes for macOS 12.x 2021-12-17 12:33:51 -05:00
PikalaxALT
df849f9676 Fix some more the building on macOS 2021-11-24 10:30:45 -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
PikalaxALT
276b63e161 unk_02015E30 -> play_timer 2021-11-06 09:23:55 -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
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
red031000
5bf13c7f48
separate out libs to libc, libnns and NitroSDK 2021-07-23 01:12:27 +01:00
PikalaxALT
6855ddf127 Make arm9 depend on filesystem 2021-05-31 13:19:12 -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
red031000
eeddf7382e
NSCR processing 2021-03-03 17:21:01 +00:00
red031000
4367cf2bbb
NCER processing 2021-03-01 20:40:15 +00:00
Dsaster
fc81c4a0af add macOS support 2021-02-06 01:16:47 +01:00
ProjectRevoTPP
a2c689698a port over and implement asm processor for NONMATCHINGS. thanks hondew! 2021-02-05 02:00:25 -05:00
PikalaxALT
00cbfe2e13 Trainer frontpics to png 2020-08-31 13:54:27 -04:00
PikalaxALT
104bb013ba Remove unnecessary build subdirs in toplevel 2020-08-02 19:58:36 -04:00
PikalaxALT
e20d92a8d6 Implement msgenc and decode script messages 2020-08-01 21:45:32 -04:00
red031000
52a9fc4ec6
extract bulbasaur 2020-07-19 17:47:57 +01:00
red031000
8e915f8e65
trainer back sprite proof of concept + fix NCLR from png 2020-07-18 19:29:06 +01:00
Revo
6ebca13d4c
Merge pull request #230 from PikalaxALT/pikalax_work
Update knarc Makefile; nuke csv2bin
2020-07-13 08:58:36 -04:00
red031000
a604bc3b57
fix palette issues, demo/title/titledemo narc fully converted 2020-07-12 18:36:54 +01:00
Cleverking2003
19823b0d54
Merge pull request #229 from red031000/master
bit of work on graphics, mostly setup
2020-07-12 08:50:43 +03:00
red031000
f76e211631
bit of title work, maths is still wrong 2020-07-11 21:50:56 +01:00
PikalaxALT
e09f62581c Fix knarc makefile more 2020-07-11 13:26:15 -04:00
Demki
c158adba66 Added sorting to makefile wildcard
fixes builds with make >= 3.8.2 and < 4.3
2020-07-11 09:16:37 +03:00
red031000
6b746c4bff
IR handling for palettes, potion and antidote/brn heal/frz heal 2020-07-10 21:57:37 +01:00
red031000
7762fa4d54
bit of work on graphics, mostly setup 2020-07-10 17:26:17 +01:00
PikalaxALT
47e39cc081 Add variable to shift the ROM 2020-07-04 12:38:03 -04:00
PikalaxALT
ae8ce436c5 Remove unused definitions in toplevel makefile 2020-07-03 10:37:24 -04:00
PikalaxALT
1983ab6c5f Remove unneeded files 2020-07-03 09:15:00 -04:00
PikalaxALT
7073552e76 Remaining NCGR/NCLR identified 2020-06-30 16:43:43 -04:00
PikalaxALT
43017b6bb0 ntrcomp rule for padded LZ; revert poketch LZ 2020-06-30 08:38:34 -04:00
PikalaxALT
e47c040c79 Clean up O_FILES 2020-06-29 14:37:09 -04:00
PikalaxALT
7f94b4a68c unlz (1) 2020-06-29 11:57:01 -04:00
PikalaxALT
8d82a810a8 Fix deps for symbols.csv 2020-06-28 10:52:36 -04:00
PikalaxALT
47febe6c93 Match Pearl ARM9 binary 2020-06-28 08:37:24 -04:00