diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-11-19 01:18:26 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-18 22:18:26 -0800 |
commit | 2405562993bcc4f3eda613b0fa443dd94573c5ab (patch) | |
tree | 658110fba2a63f5ee7d7babfb00b4c3673d329ff /data | |
parent | 5b4e2d3f18f8c3896503abdebd288cf503fbad1e (diff) |
decompile trainer_see.c (#102)
* begin decompiling trainer_see.c
* ...actually add the c file you dummy
* decompile more of trainer_see.c
* finish decompiling trainer_see.c
* formatting
Diffstat (limited to 'data')
-rw-r--r-- | data/data2.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/data2.s b/data/data2.s index e5dd9110f..35121b3de 100644 --- a/data/data2.s +++ b/data/data2.s @@ -11118,14 +11118,14 @@ gSpriteImage_839B408:: @ 839B408 .incbin "graphics/unknown_sprites/839B408.4bpp" .align 2 -gUnknown_0839B488:: @ 839B488 +gIsTrainerInRange:: @ 839B488 .4byte IsTrainerInRangeSouth .4byte IsTrainerInRangeNorth .4byte IsTrainerInRangeWest .4byte IsTrainerInRangeEast .align 2 -gUnknown_0839B498:: @ 839B498 +gTrainerSeeFuncList:: @ 839B498 .4byte sub_8084394 .4byte sub_8084398 .4byte sub_80843DC @@ -11140,7 +11140,7 @@ gUnknown_0839B498:: @ 839B498 .4byte sub_80846C8 .align 2 -gUnknown_0839B4C8:: @ 839B4C8 +gTrainerSeeFuncList2:: @ 839B4C8 .4byte sub_80845C8 .4byte sub_80845FC .4byte sub_8084654 |