File tree
90 files changed
+351
-319
lines changed- assets
- sprites
- snes
- src
- platform
- switch
- win32
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
90 files changed
+351
-319
lines changedDiff for: .gitignore
+8-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
Diff for: Makefile
+7-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
|
Diff for: README.md
+9-11
File renamed without changes.
File renamed without changes.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
809 | 809 |
| |
810 | 810 |
| |
811 | 811 |
| |
812 |
| - | |
| 812 | + | |
813 | 813 |
| |
814 | 814 |
| |
815 | 815 |
| |
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 |
| |
5 | 9 |
| |
6 | 10 |
| |
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Diff for: extract_assets.bat
+25
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + |
Diff for: run_with_tcc.bat
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
Diff for: snes/ppu.c
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
Diff for: snes/ppu.h
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Diff for: ancilla.c renamed to src/ancilla.c
File renamed without changes.
Diff for: ancilla.h renamed to src/ancilla.h
File renamed without changes.
Diff for: assets.h renamed to src/assets.h
File renamed without changes.
Diff for: attract.c renamed to src/attract.c
File renamed without changes.
Diff for: attract.h renamed to src/attract.h
File renamed without changes.
Diff for: audio.c renamed to src/audio.c
File renamed without changes.
Diff for: audio.h renamed to src/audio.h
File renamed without changes.
Diff for: config.c renamed to src/config.c
File renamed without changes.
Diff for: config.h renamed to src/config.h
File renamed without changes.
Diff for: dungeon.c renamed to src/dungeon.c
File renamed without changes.
Diff for: dungeon.h renamed to src/dungeon.h
File renamed without changes.
Diff for: ending.c renamed to src/ending.c
File renamed without changes.
Diff for: ending.h renamed to src/ending.h
File renamed without changes.
Diff for: features.h renamed to src/features.h
File renamed without changes.
File renamed without changes.
File renamed without changes.
Diff for: hud.c renamed to src/hud.c
File renamed without changes.
Diff for: hud.h renamed to src/hud.h
File renamed without changes.
Diff for: load_gfx.c renamed to src/load_gfx.c
File renamed without changes.
Diff for: load_gfx.h renamed to src/load_gfx.h
File renamed without changes.
Diff for: main.c renamed to src/main.c
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
810 | 810 |
| |
811 | 811 |
| |
812 | 812 |
| |
813 |
| - | |
| 813 | + | |
814 | 814 |
| |
815 |
| - | |
| 815 | + | |
816 | 816 |
| |
817 | 817 |
| |
818 | 818 |
| |
|
Diff for: messaging.c renamed to src/messaging.c
File renamed without changes.
Diff for: messaging.h renamed to src/messaging.h
File renamed without changes.
Diff for: misc.c renamed to src/misc.c
File renamed without changes.
Diff for: misc.h renamed to src/misc.h
File renamed without changes.
Diff for: nmi.c renamed to src/nmi.c
File renamed without changes.
Diff for: nmi.h renamed to src/nmi.h
File renamed without changes.
Diff for: opengl.c renamed to src/opengl.c
File renamed without changes.
Diff for: overlord.c renamed to src/overlord.c
File renamed without changes.
Diff for: overlord.h renamed to src/overlord.h
File renamed without changes.
Diff for: overworld.c renamed to src/overworld.c
File renamed without changes.
Diff for: overworld.h renamed to src/overworld.h
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
Diff for: player.c renamed to src/player.c
File renamed without changes.
Diff for: player.h renamed to src/player.h
File renamed without changes.
File renamed without changes.
File renamed without changes.
Diff for: poly.c renamed to src/poly.c
File renamed without changes.
Diff for: poly.h renamed to src/poly.h
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Diff for: sprite.c renamed to src/sprite.c
File renamed without changes.
Diff for: sprite.h renamed to src/sprite.h
File renamed without changes.
File renamed without changes.
File renamed without changes.
Diff for: tagalong.c renamed to src/tagalong.c
File renamed without changes.
Diff for: tagalong.h renamed to src/tagalong.h
File renamed without changes.
File renamed without changes.
File renamed without changes.
Diff for: types.h renamed to src/types.h
File renamed without changes.
Diff for: util.c renamed to src/util.c
File renamed without changes.
Diff for: util.h renamed to src/util.h
File renamed without changes.
Diff for: variables.h renamed to src/variables.h
File renamed without changes.
File renamed without changes.
File renamed without changes.
Diff for: zelda_rtl.c renamed to src/zelda_rtl.c
File renamed without changes.
Diff for: zelda_rtl.h renamed to src/zelda_rtl.h
File renamed without changes.
0 commit comments