Labeled every function in ROM0 that's referenced in the source
This commit is contained in:
@@ -12,9 +12,9 @@ GetPredefPointer:: ; 854b
|
||||
ld e, a
|
||||
ld d, 0
|
||||
ld hl, PredefPointers
|
||||
rept 3
|
||||
add hl,de
|
||||
endr
|
||||
add hl, de
|
||||
add hl, de
|
||||
add hl, de
|
||||
pop de
|
||||
|
||||
ld a, [hli]
|
||||
@@ -64,7 +64,7 @@ PredefPointers:: ; 856b
|
||||
add_predef CopyPkmnToTempMon
|
||||
add_predef ListMoves ; $20
|
||||
add_predef PlaceNonFaintStatus
|
||||
add_predef Function50cdb
|
||||
add_predef Predef22
|
||||
add_predef ListMovePP
|
||||
add_predef GetGender
|
||||
add_predef StatsScreenInit
|
||||
@@ -102,7 +102,7 @@ PredefPointers:: ; 856b
|
||||
add_predef PlaceStatusString
|
||||
add_predef LoadMonAnimation
|
||||
add_predef AnimateFrontpic
|
||||
add_predef Functiond0669 ; $48
|
||||
add_predef Predef48 ; $48
|
||||
add_predef HOF_AnimateFrontpic
|
||||
dbw $ff, Function2d43 ; ????
|
||||
dwb $43ff, $2d
|
||||
; 864c
|
||||
|
Reference in New Issue
Block a user