diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 03:44:39 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 03:44:39 -0800 |
commit | 3ddda066d91cbbd377584acacaea62a9deba8873 (patch) | |
tree | 4af711b5daff8a50548f1df28f3981024cb9be8e /asm/intro.s | |
parent | 3ff48ec8c890d95c5fbc467896414a018bf523ad (diff) |
import names from pokeruby
Diffstat (limited to 'asm/intro.s')
-rw-r--r-- | asm/intro.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/intro.s b/asm/intro.s index 9a9b2add2..8799502dd 100644 --- a/asm/intro.s +++ b/asm/intro.s @@ -276,13 +276,13 @@ _080EC7EC: .4byte 0x65366347 _080EC7F0: .4byte gMultiBootProgram_PokemonColosseum_Start _080EC7F4: bl GameCubeMultiBoot_Quit - ldr r0, _080EC804 @ =sub_800B798 + ldr r0, _080EC804 @ =SerialCB bl sub_8000718 _080EC7FE: movs r0, 0 b _080EC814 .align 2, 0 -_080EC804: .4byte sub_800B798 +_080EC804: .4byte SerialCB _080EC808: bl sub_800B388 ldr r0, _080EC81C @ =sub_80EC5B8 |