Commit Graph

130 Commits

Author SHA1 Message Date
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
red031000
6a869e2a8f
NCER multiple label support 2021-03-30 22:46:46 +01:00
Rémi Calixte
da21d9dc67 asm_processor: fix number of skip instructions 2021-03-27 18:40:05 +01:00
Rémi Calixte
e831892511 asm_processor: split padding functions are broken so set a high limit 2021-03-27 18:39:33 +01:00
Rémi Calixte
352625ff40 asm_processor: count bls, .word and .extern correctly 2021-03-27 18:38:59 +01:00
Rémi Calixte
4ed9bcf63a asm_processor: support asm comments with ; 2021-03-27 18:38:30 +01:00
red031000
a48d4ca566
Merge branch 'master' of https://github.com/pret/pokediamond 2021-03-21 21:29:54 +00:00
hondew
1cd32c047c Fix more broken relocations 2021-03-21 10:07:09 -04:00
hondew
a3f1dea5a8 Unix format for asm_processor.py 2021-03-21 00:49:22 -04:00
hondew
1a9c2488da Don't forget asm_processor... 2021-03-21 00:36:12 -04:00
hondew
c420e4569f Retry update permissions 2021-03-21 00:21:16 -04:00
hondew
0331bf6f27 Update permissions 2021-03-21 00:03:05 -04:00
hondew
2fe62832f7 Use asmproc for text.c nonmatch 2021-03-20 23:20:12 -04:00
hondew
08b17cc7dd Make func name in symtab point to correct text section 2021-03-20 23:14:20 -04:00
hondew
140718cbb2 Fix bug preventing relocations from getting updated and inserted 2021-03-20 18:24:59 -04:00
red031000
2a67d8b7e3
fix asmproc 2021-03-19 19:42:00 +00:00
red031000
91d218a865
more 2021-03-19 19:08:08 +00:00
hondew
19651447d5 Make asmproc produce a linkable obj
Document compile.sh
2021-03-15 00:08:20 -04:00
red031000
63bcf753d4
GenerateFontHalfRowLookupTable nonmatching 2021-03-12 17:21:48 +00:00
red031000
d290ce10aa
only perform modulo if the tile is not -1 2021-03-04 20:17:58 +00:00
red031000
450d5ac3f8
change NSCR palettes to operate based on tilesets and not layers 2021-03-04 17:09:59 +00:00
red031000
004604ad01
convert all 2d graphics in titledemo 2021-03-03 19:31:26 +00: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
904d950a9e Remove duplicated flags 2021-02-06 02:21:45 +01: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
6622578d04 Decode trainer names 2020-09-02 08:24:44 -04:00
PikalaxALT
c75a270a82 Bump inja; trdata and trpoke to json 2020-08-31 13:16:24 -04:00
PikalaxALT
326934766a use_item_on_mon.c; itemdata to json 2020-08-27 16:16:56 -04:00
PikalaxALT
7b9390ad2f minor optimization in msgenc 2020-08-07 13:03:52 -04:00
PikalaxALT
d736d89eb0 Text commands 2020-08-07 12:53:05 -04:00
PikalaxALT
5a110f52d2 msgenc: Implement support for text commands 2020-08-04 10:44:07 -04:00
PikalaxALT
a71dcc89a7 Message data: command arg count determined automatically 2020-08-04 10:31:34 -04:00
PikalaxALT
561a89d53e Fix msgenc.cpp; remove std::filesystem dependency 2020-08-03 17:11:54 -04:00
PikalaxALT
ad0c6b5e9b All msg files and charmap.txt to utf-8 2020-08-03 16:44:18 -04:00
PikalaxALT
e53682b33c Fix clang warning in endian swap code 2020-08-03 16:23:25 -04:00
PikalaxALT
b5dccf7bfc Support UTF-16BE-BOM 2020-08-03 16:07:07 -04:00
PikalaxALT
1570151045 mwasmarm_patcher.c: resolve clang warnings 2020-08-03 15:58:19 -04:00
PikalaxALT
b0a41a3af6 knarc/msgenc ldflags patch 2020-08-03 15:58:18 -04:00
PikalaxALT
8ae1ecb42a Fix argc check 2020-08-03 15:58:18 -04:00
PikalaxALT
89ac996734 Fix ub in msgenc 2020-08-03 15:58:17 -04:00
PikalaxALT
93aca8197a Implement msgenc and decode script messages 2020-08-03 15:58:16 -04:00
red031000
0791e26907
palette indexes 2020-07-19 16:58:24 +01:00