mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-25 10:36:53 +01:00
6 lines
245 B
C++
6 lines
245 B
C++
|
#include "common.h"
|
||
|
#include "patcher.h"
|
||
|
#include "PhoneInfo.h"
|
||
|
|
||
|
WRAPPER void PhonePutDownCB(CAnimBlendAssociation *assoc, void *arg) { EAXJMP(0x42F570); }
|
||
|
WRAPPER void PhonePickUpCB(CAnimBlendAssociation *assoc, void *arg) { EAXJMP(0x42F470); }
|