mirror of https://github.com/pret/pokecrystal.git
Inexplicably empty function with malformed predef pointer, but what are you gonna do about it?
This commit is contained in:
parent
6a3b3e3773
commit
1be6923c06
|
@ -104,5 +104,5 @@ PredefPointers:: ; 856b
|
||||||
add_predef AnimateFrontpic
|
add_predef AnimateFrontpic
|
||||||
add_predef Predef48 ; $48
|
add_predef Predef48 ; $48
|
||||||
add_predef HOF_AnimateFrontpic
|
add_predef HOF_AnimateFrontpic
|
||||||
dwb $43ff, $2d
|
dbw $ff, InexplicablyEmptyFunction ; ???
|
||||||
; 864c
|
; 864c
|
||||||
|
|
2
home.asm
2
home.asm
|
@ -37,7 +37,7 @@ INCLUDE "home/handshake.asm"
|
||||||
INCLUDE "home/game_time.asm"
|
INCLUDE "home/game_time.asm"
|
||||||
INCLUDE "home/map.asm"
|
INCLUDE "home/map.asm"
|
||||||
|
|
||||||
Function2d43:: ; 2d43
|
InexplicablyEmptyFunction:: ; 2d43
|
||||||
; Inexplicably empty.
|
; Inexplicably empty.
|
||||||
; Seen in PredefPointers.
|
; Seen in PredefPointers.
|
||||||
rept 16
|
rept 16
|
||||||
|
|
Loading…
Reference in New Issue