diff options
author | Mr Wint <MrWint42@gmail.com> | 2013-10-02 02:47:54 +0200 |
---|---|---|
committer | Mr Wint <MrWint42@gmail.com> | 2013-10-02 02:47:54 +0200 |
commit | eb5a7afe2b4baef9b2f8ad1d3979aaccbe65aab1 (patch) | |
tree | 5369173ba28b552ed5b1fe074d78fb4677650242 /main.asm | |
parent | fa673df4fa286e24097a5690ffad30b815d2607e (diff) |
* more callab/callba macros
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 26 |
1 files changed, 24 insertions, 2 deletions
@@ -113339,6 +113339,7 @@ Function106095: ; 106095 jp Function10611d ; 10609b +Function10609b: ; 10609b ret ; 10609c (41:609c) @@ -113409,7 +113410,13 @@ Function1060df: ; 1060df ret ; 1060e0 -INCBIN "baserom.gbc",$1060e0,$1060fb - $1060e0 +INCBIN "baserom.gbc",$1060e0,$1060e5 - $1060e0 + +Function1060e5: ; 1060e5 + ret +; 1060e6 (41:60e6) + +INCBIN "baserom.gbc",$1060e6,$1060fb - $1060e6 Function1060fb: ; 1060fb @@ -122952,7 +122959,22 @@ INCLUDE "text/phone/extra3.asm" SECTION "bank5E",ROMX,BANK[$5E] -INCBIN "baserom.gbc",$178000,$17801f - $178000 +Function178000: + ld a, BANK(DrawPlayerHUD) + ld hl, DrawPlayerHUD + rst $8 ; ; indirect jump to DrawPlayerHUD (3df58 (f:5f58)) + ld hl, PlayerHPPal ; $cd99 + call SetHPPal + ld a, BANK(Function3e043) + ld hl, Function3e043 + rst $8 ; ; indirect jump to Function3e043 (3e043 (f:6043)) + ld hl, EnemyHPPal ; $cd9a + call SetHPPal + ld a, BANK(Function3ee27) + ld hl, Function3ee27 + rst $8 ; ; indirect jump to Function3ee27 (3ee27 (f:6e27)) + ret +; 17801f (5e:401f) ; Songs V |