fix ExecuteCurMapScriptInTable's comment

This commit is contained in:
Akatsuki-py 2020-09-19 09:08:01 +09:00
parent 8d32c45678
commit 5ec206d0c5

View file

@ -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