Commit Graph

108 Commits

Author SHA1 Message Date
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
PikalaxALT
beabf27ffd Match most other overlays (pearl) 2020-06-27 20:24:10 -04:00
PikalaxALT
4f842fa4b3 Bring overlay 06 closer to matching 2020-06-27 15:57:30 -04:00
PikalaxALT
09a9af9bf4 Split diamond and pearl 2020-06-27 14:58:31 -04:00
PikalaxALT
9ac9b8cefc Create fixrom to monkeypatch makerom
Dep scanning for o2narc targets
Remove post-failure script because it can't be made to work
2020-06-27 10:21:36 -04:00
PikalaxALT
bd5894c54f Move this Makefile comment 2020-06-23 13:44:23 -04:00
PikalaxALT
06a7bf4c8c msgdata.c through DecryptMessageDirect 2020-06-19 16:57:44 -04:00
PikalaxALT
b133ba8ceb Fix symbols.csv for mac 2020-06-19 11:16:40 -04:00
PikalaxALT
2f6c94828b evo tables to JSON 2020-06-18 15:03:34 -04:00
PikalaxALT
28b7cf28c7 Implement o2narc; decompile base stats and movelearns to json 2020-06-18 13:53:34 -04:00
PikalaxALT
1877374a92 KNARC: Add handling of .knarcignore, .knarckeep; fix up cli 2020-06-16 17:03:56 -04:00
PikalaxALT
80c6cbc844 Fix order of target declaration 2020-06-08 13:38:59 -04:00
PikalaxALT
63b108234e Move filesystem rules to filesystem.mk; stub rule invoking makerom 2020-06-08 11:36:15 -04:00
mid-kid
43fc22bcac Quotes are important sometimes I guess 2020-06-08 15:03:30 +02:00
mid-kid
672325017c Pass down host variables 2020-06-08 14:57:36 +02:00
kr3nshaw
f162b8beba Changed = to := in main makefile 2020-06-08 22:29:57 +10:00
kr3nshaw
f1bc71afe2 Merged with upstream 2020-06-08 03:16:03 +10:00
kr3nshaw
696862b1a3 Replaced narccomp with knarc 2020-06-08 02:03:41 +10:00
PikalaxALT
04f767c06d Decompile growth rate tables 2020-06-07 10:43:07 -04:00
PikalaxALT
c576367217 .gitignore narcs; remove narcs on clean 2020-06-06 19:15:06 -04:00
PikalaxALT
5f236d558a libsyscall.a source 2020-06-06 15:29:42 -04:00
PikalaxALT
3229f51b69 Add missing pms.narc; add missing rule for %.arc 2020-06-06 10:20:14 -04:00