mirror of https://github.com/pmret/papermario.git
fix multiple symbol defs
This commit is contained in:
parent
5af95eee3a
commit
8384a8cdbd
|
@ -45,10 +45,6 @@ D_800D9620 = 0x800D9620;
|
||||||
|
|
||||||
gBattleStatus = 0x800DC070;
|
gBattleStatus = 0x800DC070;
|
||||||
|
|
||||||
gStaticScriptCounter = 0x802D9CA0;
|
|
||||||
D_802D9CA4 = 0x802D9CA4;
|
|
||||||
gNumScripts = 0x802DA488;
|
|
||||||
|
|
||||||
D_000759B0 = 0x000759B0;
|
D_000759B0 = 0x000759B0;
|
||||||
D_000759B0_end = 0x000A5DD0;
|
D_000759B0_end = 0x000A5DD0;
|
||||||
D_000A5DD0 = 0x000A5DD0;
|
D_000A5DD0 = 0x000A5DD0;
|
||||||
|
@ -153,10 +149,8 @@ gScriptListCount = 0x802DAC98;
|
||||||
|
|
||||||
gCurrentSaveFile = 0x800DACC0;
|
gCurrentSaveFile = 0x800DACC0;
|
||||||
|
|
||||||
D_802D9CA4 = 0x802D9CA4;
|
|
||||||
gMapFlags = 0x802DA480;
|
gMapFlags = 0x802DA480;
|
||||||
gMapVars = 0x802DA484;
|
gMapVars = 0x802DA484;
|
||||||
gNumScripts = 0x802DA488;
|
|
||||||
|
|
||||||
func_802A91F8 = 0x802A91F8;
|
func_802A91F8 = 0x802A91F8;
|
||||||
func_802A9208 = 0x802A9208;
|
func_802A9208 = 0x802A9208;
|
||||||
|
|
Loading…
Reference in New Issue