diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-28 14:23:05 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-28 14:23:05 -0400 |
| commit | e1c747e8f5c8ec23346888fceebb5e1db183ea08 (patch) | |
| tree | 1ef6605f943d59fafa32ac2f42237a498dbd5987 /engine/bank3c | |
| parent | Fix bank1c errors and a few missed bank0 errors. (diff) | |
| download | pokeyellow-e1c747e8f5c8ec23346888fceebb5e1db183ea08.tar.gz pokeyellow-e1c747e8f5c8ec23346888fceebb5e1db183ea08.tar.xz pokeyellow-e1c747e8f5c8ec23346888fceebb5e1db183ea08.zip | |
Attempt to make pokeyellow buildable, part 8.
Diffstat (limited to 'engine/bank3c')
| -rw-r--r-- | engine/bank3c/main.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/bank3c/main.asm b/engine/bank3c/main.asm index b6231e3e..3c1966ff 100644 --- a/engine/bank3c/main.asm +++ b/engine/bank3c/main.asm @@ -88,6 +88,9 @@ BeachHouse_GFX:: ; f0314 (3c:4314) BeachHouse_Block:: ; f0914 (3c:4914) INCBIN "gfx/blocksets/beachhouse.bst" +Func_f0a54:: ; f0a54 (3c:4a54) + ret + Func_f0a55:: ; f0a55 (3c:4a55) ld hl,Pointer_f0a76 ; 3c:4a76 .loop |
