diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-09-07 06:26:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-07 00:26:47 -0400 |
| commit | e7b0daa2ecae9a65dd531a7b9eb40d7171fa279d (patch) | |
| tree | ef593b2ddf6129d7c77c0fba788f3a136a761f3a /src | |
| parent | 8a3ba35070310ad9408f006a5f951e979fa042e6 (diff) | |
[headers 7] Add sys_matrix.h (#2150)
* add sys_matrix.h, based on MM's
* move matrix debug macros to sys_matrix.h
* bss
Diffstat (limited to 'src')
| -rw-r--r-- | src/overlays/actors/ovl_Fishing/z_fishing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/overlays/actors/ovl_Fishing/z_fishing.c b/src/overlays/actors/ovl_Fishing/z_fishing.c index 34237596e..1a2e28f3e 100644 --- a/src/overlays/actors/ovl_Fishing/z_fishing.c +++ b/src/overlays/actors/ovl_Fishing/z_fishing.c @@ -14,7 +14,7 @@ #include "cic6105.h" #endif -#pragma increment_block_number "gc-eu:154 gc-eu-mq:154 gc-jp:156 gc-jp-ce:156 gc-jp-mq:156 gc-us:156 gc-us-mq:156" +#pragma increment_block_number "gc-eu:153 gc-eu-mq:153 gc-jp:155 gc-jp-ce:155 gc-jp-mq:155 gc-us:155 gc-us-mq:155" #define FLAGS ACTOR_FLAG_4 |
