mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-05-01 14:17:58 +03:00
health: remove injections
This commit is contained in:
parent
b7f7c5adca
commit
e33b88da29
3 changed files with 0 additions and 15 deletions
|
@ -8,7 +8,6 @@
|
|||
#include "global/vars.h"
|
||||
#include "specific/clock.h"
|
||||
#include "specific/output.h"
|
||||
#include "util.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -263,13 +262,3 @@ void AddDisplayPickup(int16_t object_num)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
void T1MInjectGameHealth()
|
||||
{
|
||||
INJECT(0x0041DD00, DrawGameInfo);
|
||||
INJECT(0x0041DEA0, DrawHealthBar);
|
||||
INJECT(0x0041DF20, MakeAmmoString);
|
||||
INJECT(0x0041DF50, DrawAmmoInfo);
|
||||
INJECT(0x0041E0A0, InitialisePickUpDisplay);
|
||||
INJECT(0x0041E0C0, AddDisplayPickup);
|
||||
}
|
||||
|
|
|
@ -14,6 +14,4 @@ void AddDisplayPickup(int16_t object_num);
|
|||
void InitialisePickUpDisplay();
|
||||
void DrawPickups();
|
||||
|
||||
void T1MInjectGameHealth();
|
||||
|
||||
#endif
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#include "game/demo.h"
|
||||
#include "game/draw.h"
|
||||
#include "game/game.h"
|
||||
#include "game/health.h"
|
||||
#include "specific/ati.h"
|
||||
#include "specific/display.h"
|
||||
#include "specific/file.h"
|
||||
|
@ -37,7 +36,6 @@ void T1MInject()
|
|||
T1MInjectGameDemo();
|
||||
T1MInjectGameDraw();
|
||||
T1MInjectGameGame();
|
||||
T1MInjectGameHealth();
|
||||
T1MInjectSpecificATI();
|
||||
T1MInjectSpecificDisplay();
|
||||
T1MInjectSpecificFile();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue