diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-02 12:22:38 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-02 12:22:38 -0400 |
| commit | 4b9a0daf2f216b798eccecad180d2c9f86c82a9a (patch) | |
| tree | 686ca9674598595ca33137d56b25e777d5c06d0b /engine/palettes.asm | |
| parent | Attempt to make yellow buildable, part 4 (diff) | |
| download | pokeyellow-4b9a0daf2f216b798eccecad180d2c9f86c82a9a.tar.gz pokeyellow-4b9a0daf2f216b798eccecad180d2c9f86c82a9a.tar.xz pokeyellow-4b9a0daf2f216b798eccecad180d2c9f86c82a9a.zip | |
Attempt to make Yellow Buildable, part 5
Rest of unknown pointers in homebank, fix some function names.
Diffstat (limited to 'engine/palettes.asm')
| -rwxr-xr-x | engine/palettes.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/palettes.asm b/engine/palettes.asm index 20dbdccb..4c2ac3b2 100755 --- a/engine/palettes.asm +++ b/engine/palettes.asm @@ -1055,7 +1055,7 @@ Func_72524:: ; 72524 (1c:6524) call PreparePalDataTransfer ret -Func_7265c:: ; 7265c (1c:656c) +Func_7256c:: ; 7256c (1c:656c) ld a,[wdee2] ld e,a ld a,[wdee3] @@ -1134,7 +1134,7 @@ Func_725be:: ; 725be (1c:65be) callba Func_bf450 ; 2f:7250 ret -INCBIN "baserom.gbc",$725e2,$734b9 - $725e2 + dr $725e2,$734b9 ;INCLUDE "data/sgb_packets.asm" ;INCLUDE "data/mon_palettes.asm" |
