diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-04-08 12:51:31 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-04-08 12:51:31 -0400 |
commit | 2073a56531c82875e014985f4b87dd9e6b4cf0dc (patch) | |
tree | fa9a31158f527f74ee465020623da21d299be213 /src/pokemon_jump_4.c | |
parent | d7c165d8fecc3e605436135c526e5fe647b04677 (diff) |
Finish naming objs in slot_machine
Diffstat (limited to 'src/pokemon_jump_4.c')
-rw-r--r-- | src/pokemon_jump_4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_jump_4.c b/src/pokemon_jump_4.c index c125734a3..123aafdc1 100644 --- a/src/pokemon_jump_4.c +++ b/src/pokemon_jump_4.c @@ -220,7 +220,7 @@ static void sub_8149DC8(void) FillBgTilemapBufferRect_Palette0(0, 0, 0, 0, 0x20, 0x20); sub_814A84C(); sub_814AA24(0); - sub_814FDA0(0, 1, 0xE0); + DrawWindowBorderWithStdpal3(0, 1, 0xE0); LoadUserWindowBorderGfx(0, 0x00A, 0xD0); CopyBgTilemapBufferToVram(0); CopyBgTilemapBufferToVram(2); |