Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/BitPatty/gctGenerator int…
Browse files Browse the repository at this point in the history
…o gci
  • Loading branch information
BitPatty authored Jul 31, 2024
2 parents 44f2144 + d06ab94 commit aae0d17
Show file tree
Hide file tree
Showing 18 changed files with 6,208 additions and 4,383 deletions.
25 changes: 15 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
reviewers:
- bitpatty
labels:
- dependencies
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
time: '04:00'
open-pull-requests-limit: 10
reviewers:
- bitpatty
labels:
- dependencies
groups:
production-dependencies:
dependency-type: 'production'
development-dependencies:
dependency-type: 'development'
5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ Some codes store some states in the games memory starting from address 0x817F000
| ![](./docs/reserved.svg) | `0x102` | `0x10B` | Ingame Timer: Stopwatch Backup |
| ![](./docs/reserved.svg) | `0x10C` | `0x10C` | Ingame Timer: Stop Stopwatch Flag |
| ![](./docs/buffer.svg) | `0x10D` | `0x10F` | Buffer (Ingame Timer) |
| ![](./docs/reserved.svg) | `0x110` | `0x237` | QF Timer: Timer Textbox |
| ![](./docs/reserved.svg) | `0x110` | `0x11F` | QF Timer: Text Config |
| ![](./docs/reserved.svg) | `0x120` | `0x123` | QF Timer: Background Config |
| ![](./docs/reserved.svg) | `0x124` | `0x133` | Streak Tracker: Text Config |
| ![](./docs/unallocated.svg) | `0x134` | `0x237` | Not Allocated |
| ![](./docs/reserved.svg) | `0x238` | `0x347` | General Function (`drawText`) |
| ![](./docs/buffer.svg) | `0x348` | `0x39B` | Buffer (QF Timer) |
| ![](./docs/reserved.svg) | `0x39C` | `0x3AF` | QF Section Timer: Background Config |
Expand Down
21 changes: 1 addition & 20 deletions docs/buffer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 1 addition & 20 deletions docs/reserved.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 1 addition & 20 deletions docs/unallocated.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit aae0d17

Please sign in to comment.