diff options
author | Marcus Huderle <huderlem@gmail.com> | 2014-05-12 17:41:21 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2014-05-12 17:41:21 -0500 |
commit | 36d588a83c249e2df7a3177eb7aa22e2b09658e0 (patch) | |
tree | 5c98d8090ac12e4ac400fd7ceb7631bd8b68caed /menu | |
parent | 13e496cc90a3027b792a5330b404c3a8555e82a5 (diff) | |
parent | 83d775e21a0ca6f126089715a63654c2bd9e7297 (diff) |
Merged with yenatch
Diffstat (limited to 'menu')
-rw-r--r-- | menu/pc.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/menu/pc.asm b/menu/pc.asm index 497241d3..41de601e 100644 --- a/menu/pc.asm +++ b/menu/pc.asm @@ -346,9 +346,7 @@ Func_21673: ; 21673 (8:5673) jp Func_214e8 Func_216b3: ; 216b3 (8:56b3) - ld b, BANK(Func_738a1) - ld hl, Func_738a1 - call Bankswitch ; indirect jump to Func_738a1 (738a1 (1c:78a1)) + callba Func_738a1 jp Func_214e8 Func_216be: ; 216be (8:56be) |