Implement B2W2 Repel System

The game now asks if the player would like to use another Repel when the one they used runs out.

# Conflicts:
#	include/constants/vars.h
This commit is contained in:
Deokishisu
2022-08-27 19:46:59 -04:00
committed by Eduardo Quezada
parent 66177e7958
commit e3c19f5df5
4 changed files with 39 additions and 1 deletions

View File

@@ -271,7 +271,7 @@
#define VAR_UNUSED_0x40FC 0x40FC // Unused Var
#define VAR_UNUSED_0x40FD 0x40FD // Unused Var
#define VAR_UNUSED_0x40FE 0x40FE // Unused Var
#define VAR_UNUSED_0x40FF 0x40FF // Unused Var
#define VAR_LAST_REPEL_USED 0x40FF // Unused Var
#define VARS_END 0x40FF
#define VARS_COUNT (VARS_END - VARS_START + 1)