diff options
Diffstat (limited to 'libpsn00b/smd')
| -rw-r--r-- | libpsn00b/smd/smd.S (renamed from libpsn00b/smd/smd.s) | 6 | ||||
| -rw-r--r-- | libpsn00b/smd/smd_cel.S (renamed from libpsn00b/smd/smd_cel.s) | 6 | ||||
| -rw-r--r-- | libpsn00b/smd/smd_flat.S (renamed from libpsn00b/smd/smd_flat.s) | 6 | ||||
| -rw-r--r-- | libpsn00b/smd/smdparser.S (renamed from libpsn00b/smd/smdparser.s) | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/libpsn00b/smd/smd.s b/libpsn00b/smd/smd.S index 3c87a5e..693f2cd 100644 --- a/libpsn00b/smd/smd.s +++ b/libpsn00b/smd/smd.S @@ -3,9 +3,9 @@ .set noreorder -.include "gtereg.inc" -.include "inline_s.inc" -.include "smd/smd_s.inc" +#include "gtereg.inc" +#include "inline_s.inc" +#include "smd/smd_s.inc" # Currently does not do header checks .section .text.smdInitData, "ax", @progbits diff --git a/libpsn00b/smd/smd_cel.s b/libpsn00b/smd/smd_cel.S index 8a39f01..e8cf911 100644 --- a/libpsn00b/smd/smd_cel.s +++ b/libpsn00b/smd/smd_cel.S @@ -3,9 +3,9 @@ .set noreorder -.include "gtereg.inc" -.include "inline_s.inc" -.include "smd/smd_s.inc" +#include "gtereg.inc" +#include "inline_s.inc" +#include "smd/smd_s.inc" .section .text.smdSetCelTex, "ax", @progbits .global smdSetCelTex diff --git a/libpsn00b/smd/smd_flat.s b/libpsn00b/smd/smd_flat.S index 843b8d3..b9235e9 100644 --- a/libpsn00b/smd/smd_flat.s +++ b/libpsn00b/smd/smd_flat.S @@ -3,9 +3,9 @@ .set noreorder -.include "gtereg.inc" -.include "inline_s.inc" -.include "smd/smd_s.inc" +#include "gtereg.inc" +#include "inline_s.inc" +#include "smd/smd_s.inc" .section .text.smdSortModelFlat, "ax", @progbits .global smdSortModelFlat diff --git a/libpsn00b/smd/smdparser.s b/libpsn00b/smd/smdparser.S index 656e509..857f861 100644 --- a/libpsn00b/smd/smdparser.s +++ b/libpsn00b/smd/smdparser.S @@ -3,7 +3,7 @@ .set noreorder -.include "smd/smd_s.inc" +#include "smd/smd_s.inc" .set SMD_PRI_ID, 0 .set SMD_PRI_v0, 4 |
