diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2017-08-10 18:35:24 +1200 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2017-08-10 18:35:24 +1200 |
commit | bfff18f882b325827fbfc892ba4ce5b9e1a51604 (patch) | |
tree | d8db8dc0caa7d42b493d820fd5a0975f5331092a /engine/hidden_object_functions17.asm | |
parent | 834fa28551f3f0df9668be8d344c8affaf94c62a (diff) |
Update to latest pokered
Diffstat (limited to 'engine/hidden_object_functions17.asm')
-rwxr-xr-x | engine/hidden_object_functions17.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hidden_object_functions17.asm b/engine/hidden_object_functions17.asm index dbbb5513..9d84b6a8 100755 --- a/engine/hidden_object_functions17.asm +++ b/engine/hidden_object_functions17.asm @@ -54,7 +54,7 @@ KabutopsFossilText: DisplayMonFrontSpriteInBox: ; Displays a pokemon's front sprite in a pop-up window. -; [wcf91] = pokemon interal id number +; [wcf91] = pokemon internal id number ld a, 1 ld [H_AUTOBGTRANSFERENABLED], a call Delay3 |