Merge pull request #292 from Akatsuki-py/fix/ExecuteCurMapScriptInTable

fix ExecuteCurMapScriptInTable's comment
This commit is contained in:
Daniel Harding 2020-09-21 09:00:58 -05:00 committed by GitHub
commit 174ef99e0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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