mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Merge pull request #292 from Akatsuki-py/fix/ExecuteCurMapScriptInTable
fix ExecuteCurMapScriptInTable's comment
This commit is contained in:
commit
174ef99e0e
|
@ -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