implemented some higher level functions; added lots of stubs; switched top and bottom in CRect
This commit is contained in:
7
src/control/Pickups.cpp
Normal file
7
src/control/Pickups.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include "common.h"
|
||||
#include "patcher.h"
|
||||
#include "Pickups.h"
|
||||
|
||||
WRAPPER void CPickups::RenderPickUpText(void) { EAXJMP(0x432440); }
|
||||
|
||||
WRAPPER void CPacManPickups::Render(void) { EAXJMP(0x432F60); }
|
Reference in New Issue
Block a user