mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 19:54:21 +01:00
Remove attempt at guarding specials.inc
This commit is contained in:
parent
4499af0ec3
commit
c5b3c4168a
@ -1,5 +1,3 @@
|
|||||||
#ifndef GUARD_SPECIALS_H
|
|
||||||
#define GUARD_SPECIALS_H
|
|
||||||
.macro def_special ptr
|
.macro def_special ptr
|
||||||
.global SPECIAL_\ptr
|
.global SPECIAL_\ptr
|
||||||
.set SPECIAL_\ptr, __special__
|
.set SPECIAL_\ptr, __special__
|
||||||
@ -537,4 +535,3 @@ gSpecials:: @ 81DBA64
|
|||||||
def_special sub_813C5A0
|
def_special sub_813C5A0
|
||||||
def_special sub_8139C10
|
def_special sub_8139C10
|
||||||
def_special sub_80B3BC4
|
def_special sub_80B3BC4
|
||||||
#endif
|
|
Loading…
Reference in New Issue
Block a user