diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-02-07 18:59:00 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-02-07 18:59:00 -0500 |
commit | caf5d136b97c17c614d7186a5524d6ea7a1b142b (patch) | |
tree | 7a7a461db919f5880a8202fc3da43ca32093c02c /src/berry_fix_program.c | |
parent | 76e6be7ff251f321665860037b794ae42c8e798f (diff) | |
parent | 48e63979c8a131bc059974194bd548f60dcdd24c (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_item_menu
Diffstat (limited to 'src/berry_fix_program.c')
-rw-r--r-- | src/berry_fix_program.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry_fix_program.c b/src/berry_fix_program.c index 542622e89..f6a5895a9 100644 --- a/src/berry_fix_program.c +++ b/src/berry_fix_program.c @@ -133,7 +133,7 @@ extern const u8 gMultiBootProgram_BerryGlitchFix_End[]; // .text -void InitBerryFixProgram(void) +void CB2_InitBerryFixProgram(void) { DisableInterrupts(0xFFFF); EnableInterrupts(0x0001); |