diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2016-10-25 23:38:35 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-10-25 21:38:35 -0700 |
commit | e65f3ef73280c94549452f4142cbee70887fad65 (patch) | |
tree | 559fcbab5c0c20c5cb3959bbd1d58d286bf21e3a /data | |
parent | 6cb3764a0952f7b343f192f4055a937953a41218 (diff) |
decompile wild_encounter.c (#71)
* start decompiling wild_encounter
* decompile more code
* decompile more code
* decompile a few more functions
* try (unsuccessfully) to decompile StandardWildEncounter
* more work trying to get it to match
* finish decompiling all that I can
* clean up a bit and fix whitespace issues
* tab to spaces
Diffstat (limited to 'data')
-rw-r--r-- | data/data2.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/data2.s b/data/data2.s index 54baa2f77..c7df27f3f 100644 --- a/data/data2.s +++ b/data/data2.s @@ -11192,8 +11192,9 @@ gWildFeebasRoute119Data:: @ 839DBFC .byte 20, 25 @ Min/Max level .2byte SPECIES_FEEBAS +@ Some Feebas tile related data gUnknown_0839DC00:: @ 839DC00 - .incbin "baserom.gba", 0x0039dc00, 0x14 + .2byte 0, 0x2D, 0, 0x2E, 0x5B, 0x83, 0x5C, 0x8B, 0x12A, 0 .align 2 gSpriteImage_839DC14:: @ 839DC14 |