diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-17 11:09:02 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-17 11:09:02 -0500 |
| commit | 9b3c45b14d40d084b6301129d25376ee115b25ad (patch) | |
| tree | 70b6dc198e201c9df6dc266c9676ebb55a8153c4 /engine/events | |
| parent | cd3fb2ca724475df55f2a2f908761d100bcf2a4b (diff) | |
Resolve some "???" comments
Diffstat (limited to 'engine/events')
| -rw-r--r-- | engine/events/poisonstep_pals.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/events/poisonstep_pals.asm b/engine/events/poisonstep_pals.asm index 07bd246a1..5154cf29b 100644 --- a/engine/events/poisonstep_pals.asm +++ b/engine/events/poisonstep_pals.asm @@ -3,7 +3,8 @@ LoadPoisonBGPals: ldh a, [hCGB] and a ret nz - ret ; ???? + ; code was probably dummied out here + ret .LoadPals: ldh a, [hCGB] |
