diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-21 23:56:22 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-21 23:56:22 -0500 |
commit | 199863f21f41b3a51d9a6302ca7c3c2864ee1c17 (patch) | |
tree | 85b21e07746b12bd2c392cb33fde5b30bd3e616c /src/pokemon_storage_system.c | |
parent | c96f8751cddf1a203bd5f310683ea35bf9cb8db2 (diff) |
Replace more instances of fill values
Diffstat (limited to 'src/pokemon_storage_system.c')
-rw-r--r-- | src/pokemon_storage_system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_storage_system.c b/src/pokemon_storage_system.c index 8abb349ef..d4c4c5224 100644 --- a/src/pokemon_storage_system.c +++ b/src/pokemon_storage_system.c @@ -9194,7 +9194,7 @@ static void sub_80D0834(u8 arg0, u8 arg1) if (species != SPECIES_NONE) { FillWindowPixelRect8Bit(sPSSData->field_2200, - 0, + PALETTE_NUM_TO_FILL_VALUE(0), 24 * arg0, 24 * arg1, 32, |