Skip to content

Commit

Permalink
Organize some game engine routines
Browse files Browse the repository at this point in the history
  • Loading branch information
pgattic committed May 23, 2024
1 parent 7ea2e2d commit 2bb4318
Show file tree
Hide file tree
Showing 35 changed files with 1,702 additions and 1,700 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
with:
submodules: true

- name: Install dependencies
run: make

- name: Run check
run: make check

5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"editor.tabSize": 4
}
File renamed without changes.
3 changes: 0 additions & 3 deletions src/music-data.asm → audio/music.asm
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
MusicHeaderOffsetData = MusicHeaderData - 1
MHD = MusicHeaderData

;music header offsets

MusicHeaderData:
Expand Down
6 changes: 6 additions & 0 deletions constants.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

.include "constants/hardware_constants.asm"
.include "constants/constants.asm"
.include "constants/sfx_constants.asm"
.include "constants/music_constants.asm"
.include "constants/entity_constants.asm"
Loading

0 comments on commit 2bb4318

Please sign in to comment.