mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 12:07:38 +01:00
12 lines
172 B
C
12 lines
172 B
C
|
//
|
||
|
// Created by scott on 10/21/2017.
|
||
|
//
|
||
|
|
||
|
#ifndef GUARD_TRADER_H
|
||
|
#define GUARD_TRADER_H
|
||
|
|
||
|
void sub_8133DA0(u8 taskId);
|
||
|
void sub_8133E1C(u8 taskId);
|
||
|
|
||
|
#endif //GUARD_TRADER_H
|