diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-24 20:25:21 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-24 20:25:52 -0400 |
commit | 1e0e17ec528f81ed698df39c9aaeddb58405ede7 (patch) | |
tree | dcfcb956ed5f45feff2263976950a59e63fa7808 /engine/hidden_object_functions17.asm | |
parent | 35029fdc4a8ea99564f054c8cd53555d418de360 (diff) |
Comment on bug in bank 3c trash can sampling function
Diffstat (limited to 'engine/hidden_object_functions17.asm')
-rwxr-xr-x | engine/hidden_object_functions17.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/hidden_object_functions17.asm b/engine/hidden_object_functions17.asm index 41f20218..8e5920d5 100755 --- a/engine/hidden_object_functions17.asm +++ b/engine/hidden_object_functions17.asm @@ -406,6 +406,8 @@ GymTrashCans: ; 5de7d (17:5e7d) ; Note that the mask is simply the number of valid trash can indices that ; follow. The remaining bytes are filled with -1 to pad the length of each entry ; to 5 bytes. +; This is functionally replaced with GymTrashCans3a but was never removed from source. + db 2, 1, 3, -1, -1 ; 0 db 3, 0, 2, 4, -1 ; 1 db 2, 1, 5, -1, -1 ; 2 |