1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 09:47:36 +00:00
re3/src/control/Pickups.cpp

10 lines
286 B
C++
Raw Normal View History

#include "common.h"
#include "patcher.h"
#include "Pickups.h"
2019-06-24 22:42:23 +00:00
CPickup(&CPickups::aPickUps)[NUMPICKUPS] = *(CPickup(*)[NUMPICKUPS])*(uintptr*)0x878C98;
WRAPPER void CPickups::RenderPickUpText(void) { EAXJMP(0x432440); }
WRAPPER void CPacManPickups::Render(void) { EAXJMP(0x432F60); }