diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-04 22:26:43 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-12-06 19:05:44 -0600 |
commit | c26e8b8ddb946b8865d5157922f0d4cb274e4fbf (patch) | |
tree | 901ea62ee2ac72d9296b93c24af2af6745d5877f /src/pokemon_jump.c | |
parent | 27567719586859201cab665f9406ef8f39a39748 (diff) |
More SPRITE macro usage
Diffstat (limited to 'src/pokemon_jump.c')
-rwxr-xr-x | src/pokemon_jump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokemon_jump.c b/src/pokemon_jump.c index 25968d974..b876fdb68 100755 --- a/src/pokemon_jump.c +++ b/src/pokemon_jump.c @@ -3557,8 +3557,8 @@ static void sub_802DD08(void) struct UnkStruct3 unkStruct; struct UnkStruct3 *ptr = &unkStruct; // This temp variable is needed to match, don't ask me why. - ptr->shape = 0; - ptr->size = 0; + ptr->shape = SPRITE_SHAPE(8x8); + ptr->size = SPRITE_SIZE(8x8); ptr->field_0_0 = 0; ptr->priority = 1; ptr->field_1 = 5; |