Skip to content

Commit

Permalink
GameDB: Fix Enemies Stuck in Armored Core Nine Breaker
Browse files Browse the repository at this point in the history
  • Loading branch information
Berylskid committed Nov 11, 2024
1 parent 5441c7e commit 17cde09
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1588,6 +1588,12 @@ SCAJ-20105:
recommendedBlendingLevel: 3 # Fixes level brightness.
cpuSpriteRenderBW: 2 # Fixes broken water on "Upper Sea" level.
cpuSpriteRenderLevel: 2 # Needed for above.
dynaPatches:
- pattern:

Check failure on line 1592 in bin/resources/GameIndex.yaml

View workflow job for this annotation

GitHub Actions / Lint and Validate GameDB

1592:15 [trailing-spaces] trailing spaces
- { offset: 0x0, value: 0x30420002}

Check warning on line 1593 in bin/resources/GameIndex.yaml

View workflow job for this annotation

GitHub Actions / Lint and Validate GameDB

1593:7 [indentation] wrong indentation: expected 8 but found 6
- { offset: 0x4, value: 0x14400005}
- replacement:
- { offset: 0x4, value: 0x10000005}

Check warning on line 1596 in bin/resources/GameIndex.yaml

View workflow job for this annotation

GitHub Actions / Lint and Validate GameDB

1596:7 [indentation] wrong indentation: expected 8 but found 6
SCAJ-20107:
name: "Bakufuu Slash! Kizna Arashi"
region: "NTSC-Unk"
Expand Down Expand Up @@ -6914,6 +6920,12 @@ SCKA-20047:
- "SCKA-20047"
- "SLKA-25201"
- "SLKA-25202"
dynaPatches:

Check failure on line 6923 in bin/resources/GameIndex.yaml

View workflow job for this annotation

GitHub Actions / Lint and Validate GameDB

6923:5 syntax error: expected <block end>, but found '?' (syntax)
- pattern:

Check warning on line 6924 in bin/resources/GameIndex.yaml

View workflow job for this annotation

GitHub Actions / Lint and Validate GameDB

6924:7 [indentation] wrong indentation: expected 8 but found 6

Check failure on line 6924 in bin/resources/GameIndex.yaml

View workflow job for this annotation

GitHub Actions / Lint and Validate GameDB

6924:17 [trailing-spaces] trailing spaces
- { offset: 0x0, value: 0x30420002}

Check warning on line 6925 in bin/resources/GameIndex.yaml

View workflow job for this annotation

GitHub Actions / Lint and Validate GameDB

6925:9 [indentation] wrong indentation: expected 10 but found 8
- { offset: 0x4, value: 0x14400005}
- replacement:
- { offset: 0x4, value: 0x10000005}

Check warning on line 6928 in bin/resources/GameIndex.yaml

View workflow job for this annotation

GitHub Actions / Lint and Validate GameDB

6928:9 [indentation] wrong indentation: expected 10 but found 8
SCKA-20048:
name: "Killzone"
region: "NTSC-K"
Expand Down Expand Up @@ -23229,6 +23241,12 @@ SLES-53819:
- "SLES-53819"
- "SLES-82036"
- "SLES-82037"
dynaPatches:

Check warning on line 23244 in bin/resources/GameIndex.yaml

View workflow job for this annotation

GitHub Actions / Lint and Validate GameDB

23244:5 [indentation] wrong indentation: expected 6 but found 4
- pattern:

Check warning on line 23245 in bin/resources/GameIndex.yaml

View workflow job for this annotation

GitHub Actions / Lint and Validate GameDB

23245:7 [indentation] wrong indentation: expected 8 but found 6

Check failure on line 23245 in bin/resources/GameIndex.yaml

View workflow job for this annotation

GitHub Actions / Lint and Validate GameDB

23245:17 [trailing-spaces] trailing spaces
- { offset: 0x0, value: 0x30420002}

Check warning on line 23246 in bin/resources/GameIndex.yaml

View workflow job for this annotation

GitHub Actions / Lint and Validate GameDB

23246:9 [indentation] wrong indentation: expected 10 but found 8
- { offset: 0x4, value: 0x14400005}
- replacement:
- { offset: 0x4, value: 0x10000005}

Check warning on line 23249 in bin/resources/GameIndex.yaml

View workflow job for this annotation

GitHub Actions / Lint and Validate GameDB

23249:9 [indentation] wrong indentation: expected 10 but found 8
SLES-53820:
name: "Armored Core - Last Raven"
region: "PAL-E"
Expand Down Expand Up @@ -54257,6 +54275,12 @@ SLPS-25408:
- "SLPS-25339"
- "SLPS-73202"
- "SLPS-73203"
dynaPatches:

Check warning on line 54278 in bin/resources/GameIndex.yaml

View workflow job for this annotation

GitHub Actions / Lint and Validate GameDB

54278:5 [indentation] wrong indentation: expected 6 but found 4
- pattern:

Check failure on line 54279 in bin/resources/GameIndex.yaml

View workflow job for this annotation

GitHub Actions / Lint and Validate GameDB

54279:17 [trailing-spaces] trailing spaces
- { offset: 0x0, value: 0x30420002}
- { offset: 0x4, value: 0x14400005}
- replacement:
- { offset: 0x4, value: 0x10000005}
SLPS-25409:
name: "双恋—フタコイ— 初回限定版"
name-sort: "ふたこい しょかいげんていばん"
Expand Down Expand Up @@ -64574,6 +64598,12 @@ SLUS-21200:
- "SLUS-21200"
- "SLUS-20986"
- "SLUS-21079"
dynaPatches:
- pattern:

Check failure on line 64602 in bin/resources/GameIndex.yaml

View workflow job for this annotation

GitHub Actions / Lint and Validate GameDB

64602:17 [trailing-spaces] trailing spaces
- { offset: 0x0, value: 0x30420002}
- { offset: 0x4, value: 0x14400005}
- replacement:
- { offset: 0x4, value: 0x10000005}
SLUS-21201:
name: "Tales of Legendia"
region: "NTSC-U"
Expand Down

0 comments on commit 17cde09

Please sign in to comment.