From 2d743f0aa2836365309f1d1123a9d29ca90f9581 Mon Sep 17 00:00:00 2001 From: Philippe Symons Date: Wed, 11 Mar 2026 16:11:15 +0100 Subject: [PATCH] Update libPCCS and make debug_box_data const --- PCCS | 2 +- source/pokemon_party.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PCCS b/PCCS index e84717f..3a71aa4 160000 --- a/PCCS +++ b/PCCS @@ -1 +1 @@ -Subproject commit e84717fc02250af47ade338600d4453bbdb44356 +Subproject commit 3a71aa42686464c874651503d9664adaefface40 diff --git a/source/pokemon_party.cpp b/source/pokemon_party.cpp index 0b1502f..d54a5b2 100644 --- a/source/pokemon_party.cpp +++ b/source/pokemon_party.cpp @@ -15,7 +15,7 @@ #include "ptgb_save_data_manager.h" #include "libraries/Pokemon-Gen3-to-Gen-X/include/save.h" -static byte gen1_rb_debug_box_data[0x462] = { +static const byte gen1_rb_debug_box_data[0x462] = { // Num of Pokemon 0x14, // Pokemon 1-20 @@ -84,7 +84,7 @@ static byte gen1_rb_debug_box_data[0x462] = { 0x91, 0x80, 0x93, 0x93, 0x80, 0x93, 0x80, 0x50, 0x50, 0x50, 0x50, 0x8F, 0x88, 0x83, 0x86, 0x84, 0x98, 0x50, 0x50, 0x50, 0x50, 0x50}; -static byte gen2_debug_box_data[0x44E] = { +static const byte gen2_debug_box_data[0x44E] = { // Num of Pokemon 0x14, // Pokemon 1-20