Removed all comments
This commit is contained in:
parent
fd69ef339c
commit
b5c58e53de
2 changed files with 0 additions and 3 deletions
|
@ -63,7 +63,6 @@ void InitRamScript_NoObjectEvent(u8 *script, u16 scriptSize);
|
|||
// srccmd.h
|
||||
void SetMovingNpcId(u16 npcId);
|
||||
|
||||
// auto read signs
|
||||
void SetWalkingIntoSignVars(void);
|
||||
void MsgSetSignPost(void);
|
||||
void ResetFacingNpcOrSignPostVars(void);
|
||||
|
|
|
@ -1099,8 +1099,6 @@ int SetCableClubWarp(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
// auto read signposts
|
||||
// signposts
|
||||
static bool8 TrySetUpWalkIntoSignpostScript(struct MapPosition *position, u16 metatileBehavior, u8 playerDirection)
|
||||
{
|
||||
const u8 *script;
|
||||
|
|
Loading…
Reference in a new issue