You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Inexplicably empty function with malformed predef pointer, but what are you gonna do about it?
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user