diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-10-01 19:14:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-01 13:14:54 -0400 |
| commit | ed77e143b6de64a2ee9681817bd5c15ca7859cae (patch) | |
| tree | 567cf9093274be43670dcc9080aeebb2ee9c25fb /src/code/z_debug.c | |
| parent | 47c6c36dc3def21963b4b7dcae1e705c34a8de82 (diff) | |
[headers] Create `one_point_cutscene.h`, `z64olib.h` and move stuff to `z64{object,player,scene}.h` (#2250)
* [headers] Create `one_point_cutscene.h`, `z64olib.h` and move stuff to `z64{object,player,scene}.h`
* bss
* sSceneCmdHandlers
* bss
* bss
Diffstat (limited to 'src/code/z_debug.c')
| -rw-r--r-- | src/code/z_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_debug.c b/src/code/z_debug.c index dbbc8fd8d..8feacf15e 100644 --- a/src/code/z_debug.c +++ b/src/code/z_debug.c @@ -12,8 +12,8 @@ typedef struct InputCombo { /* 0x2 */ u16 press; } InputCombo; // size = 0x4 -#pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128" \ - "ntsc-1.2:128 pal-1.0:128 pal-1.1:128" +#pragma increment_block_number "gc-eu:192 gc-eu-mq:192 gc-jp:192 gc-jp-ce:192 gc-jp-mq:192 gc-us:192 gc-us-mq:192" \ + "ntsc-1.2:192 pal-1.0:192 pal-1.1:192" RegEditor* gRegEditor; |
