mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
fix ExecuteCurMapScriptInTable's comment
This commit is contained in:
parent
8d32c45678
commit
5ec206d0c5
|
@ -6,8 +6,9 @@ StoreTrainerHeaderPointer::
|
||||||
ld [wTrainerHeaderPtr+1], a
|
ld [wTrainerHeaderPtr+1], a
|
||||||
ret
|
ret
|
||||||
|
|
||||||
; executes the current map script from the function pointer array provided in hl.
|
; executes the current map script from the function pointer array provided in de.
|
||||||
; a: map script index to execute (unless overridden by [wd733] bit 4)
|
; a: map script index to execute (unless overridden by [wd733] bit 4)
|
||||||
|
; hl: trainer header pointer
|
||||||
ExecuteCurMapScriptInTable::
|
ExecuteCurMapScriptInTable::
|
||||||
push af
|
push af
|
||||||
push de
|
push de
|
||||||
|
|
Loading…
Reference in a new issue