diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2017-08-10 00:43:16 +1200 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2017-08-10 00:43:16 +1200 |
commit | a5e8fc7dfcb2ec286ba28f89a2116f2f4a36d80a (patch) | |
tree | 680bdaed164fc3eba910e7aba571d26eae3bfec3 /engine/hidden_object_functions17.asm | |
parent | 82267acc6938eda87c89e720c7dbce364b252223 (diff) | |
parent | a1ca8aa239837496f98e54c7c246fd9fb9c8a5e3 (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 f7c45222..bc490e3c 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 |