mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
Update libPCCS and make debug_box_data const
This commit is contained in:
parent
de358aa970
commit
2d743f0aa2
2
PCCS
2
PCCS
|
|
@ -1 +1 @@
|
|||
Subproject commit e84717fc02250af47ade338600d4453bbdb44356
|
||||
Subproject commit 3a71aa42686464c874651503d9664adaefface40
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user