mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 15:13:42 +01:00
Decompiled sub_81C72A4
This commit is contained in:
parent
cd84c92cfa
commit
9bda2297e3
@ -5,18 +5,6 @@
|
|||||||
|
|
||||||
.text
|
.text
|
||||||
|
|
||||||
thumb_func_start sub_81C72A4
|
|
||||||
sub_81C72A4: @ 81C72A4
|
|
||||||
push {lr}
|
|
||||||
ldr r0, =sub_81C72BC
|
|
||||||
bl SetMainCallback2
|
|
||||||
movs r0, 0x1
|
|
||||||
movs r1, 0
|
|
||||||
bl FadeScreen
|
|
||||||
pop {r0}
|
|
||||||
bx r0
|
|
||||||
.pool
|
|
||||||
thumb_func_end sub_81C72A4
|
|
||||||
|
|
||||||
thumb_func_start sub_81C72BC
|
thumb_func_start sub_81C72BC
|
||||||
sub_81C72BC: @ 81C72BC
|
sub_81C72BC: @ 81C72BC
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
#include "task.h"
|
#include "task.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "overworld.h"
|
#include "overworld.h"
|
||||||
|
#include "field_weather.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
@ -172,4 +173,26 @@ void CB2_PokeNav(void)
|
|||||||
SetMainCallback2(sub_81C7400);
|
SetMainCallback2(sub_81C7400);
|
||||||
SetVBlankCallback(sub_81C7418);
|
SetVBlankCallback(sub_81C7418);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
thumb_func_start sub_81C72A4
|
||||||
|
sub_81C72A4: @ 81C72A4
|
||||||
|
push {lr}
|
||||||
|
ldr r0, =sub_81C72BC
|
||||||
|
bl SetMainCallback2
|
||||||
|
movs r0, 0x1
|
||||||
|
movs r1, 0
|
||||||
|
bl FadeScreen
|
||||||
|
pop {r0}
|
||||||
|
bx r0
|
||||||
|
.pool
|
||||||
|
thumb_func_end sub_81C72A4
|
||||||
|
*/
|
||||||
|
|
||||||
|
extern void sub_81C72BC(void);
|
||||||
|
|
||||||
|
void sub_81C72A4() {
|
||||||
|
SetMainCallback2(sub_81C72BC);
|
||||||
|
FadeScreen(1, 0);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user