some more fixes
This commit is contained in:
parent
de9c6ea0cd
commit
57225e878a
2 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,6 @@ EventScript_StartDexNavBattle::
|
||||||
release
|
release
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
EventScript_NotFoundNearby::
|
EventScript_NotFoundNearby::
|
||||||
msgbox sText_NotFoundNearby, MSGBOX_SIGN
|
msgbox sText_NotFoundNearby, MSGBOX_SIGN
|
||||||
end
|
end
|
||||||
|
|
|
@ -1402,8 +1402,8 @@
|
||||||
#define FLAG_SYS_SAFARI_MODE (SYSTEM_FLAGS + 0x2C)
|
#define FLAG_SYS_SAFARI_MODE (SYSTEM_FLAGS + 0x2C)
|
||||||
#define FLAG_SYS_CRUISE_MODE (SYSTEM_FLAGS + 0x2D)
|
#define FLAG_SYS_CRUISE_MODE (SYSTEM_FLAGS + 0x2D)
|
||||||
|
|
||||||
#define FLAG_UNUSED_0x88E (SYSTEM_FLAGS + 0x2E)
|
#define FLAG_UNUSED_0x88E (SYSTEM_FLAGS + 0x2E) // Unused Flag
|
||||||
#define FLAG_UNUSED_0x88F (SYSTEM_FLAGS + 0x2F)
|
#define FLAG_UNUSED_0x88F (SYSTEM_FLAGS + 0x2F) // Unused Flag
|
||||||
|
|
||||||
#define FLAG_SYS_TV_HOME (SYSTEM_FLAGS + 0x30)
|
#define FLAG_SYS_TV_HOME (SYSTEM_FLAGS + 0x30)
|
||||||
#define FLAG_SYS_TV_WATCH (SYSTEM_FLAGS + 0x31)
|
#define FLAG_SYS_TV_WATCH (SYSTEM_FLAGS + 0x31)
|
||||||
|
|
Loading…
Reference in a new issue