mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-03-26 06:19:20 +13:00
fix ExecuteCurMapScriptInTable's comment
This commit is contained in:
parent
8d32c45678
commit
5ec206d0c5
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue