Skip to content

Commit

Permalink
Merge pull request #583 from Eebit/scene-revisit
Browse files Browse the repository at this point in the history
Decompile the remainder of scene / talk
  • Loading branch information
RevoSucks authored Mar 3, 2024
2 parents 4c0954d + 27fe07b commit 7dd2e48
Show file tree
Hide file tree
Showing 9 changed files with 286 additions and 475 deletions.
282 changes: 0 additions & 282 deletions asm/scene.s

This file was deleted.

8 changes: 4 additions & 4 deletions data/data_59E8E0.s
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ gPal_YellowTextBox: @ 0x0859EF80
Pal_GreenTextColors: @ 0x0859EFC0
.incbin "baserom.gba", 0x59EFC0, 0x20

.global gUnknown_0859EFE0
gUnknown_0859EFE0: @ 0x0859EFE0
.global Pal_Text_Inverted
Pal_Text_Inverted: @ 0x0859EFE0
.incbin "baserom.gba", 0x59EFE0, 0x20

.global gUnknown_0859F000
gUnknown_0859F000: @ 0x0859F000
.global Pal_TalkBubble_Inverted
Pal_TalkBubble_Inverted: @ 0x0859F000
.incbin "baserom.gba", 0x59F000, 0x20

.global Img_PhaseChangeUnk
Expand Down
28 changes: 14 additions & 14 deletions data/data_9A31F8.s
Original file line number Diff line number Diff line change
Expand Up @@ -497,30 +497,30 @@ gUnknown_089E714C: @ 0x089E714C
gUnknown_089E7DEC: @ 0x089E7DEC
.incbin "baserom.gba", 0x9E7DEC, 0x44C

.global gUnknown_089E8238
gUnknown_089E8238: @ 0x089E8238
.global Img_TalkBubble
Img_TalkBubble: @ 0x089E8238
.incbin "baserom.gba", 0x9E8238, 0xA8

.global gUnknown_089E82E0
gUnknown_089E82E0: @ 0x089E82E0
.global Img_TalkBubbleOpening_E
Img_TalkBubbleOpening_E: @ 0x089E82E0
.incbin "baserom.gba", 0x9E82E0, 0xA4

.global gUnknown_089E8384
gUnknown_089E8384: @ 0x089E8384
.global Img_TalkBubbleOpening_D
Img_TalkBubbleOpening_D: @ 0x089E8384
.incbin "baserom.gba", 0x9E8384, 0x5C

.global gUnknown_089E83E0
gUnknown_089E83E0: @ 0x089E83E0
.global Img_TalkBubbleOpening_C
Img_TalkBubbleOpening_C: @ 0x089E83E0
.incbin "baserom.gba", 0x9E83E0, 0x54

.global gUnknown_089E8434
gUnknown_089E8434: @ 0x089E8434
.global Img_TalkBubbleOpening_B
Img_TalkBubbleOpening_B: @ 0x089E8434
.incbin "baserom.gba", 0x9E8434, 0x50

.global gUnknown_089E8484
gUnknown_089E8484: @ 0x089E8484
.global Img_TalkBubbleOpening_A
Img_TalkBubbleOpening_A: @ 0x089E8484
.incbin "baserom.gba", 0x9E8484, 0x50

.global gUnknown_089E84D4
gUnknown_089E84D4: @ 0x089E84D4
.global Pal_TalkBubble
Pal_TalkBubble: @ 0x089E84D4
.incbin "baserom.gba", 0x9E84D4, 0x20
6 changes: 0 additions & 6 deletions include/functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ void CallARM_FillMovementMap(void);
// ??? DrawIcon(???);
// ??? ClearIconGfx(???);
// ??? LoadIconObjectGraphics(???);
// ??? sub_8008FB4(???);
// ??? nullsub_15(???);
// ??? sub_800903C(???);
// ??? sub_800904C(???);
// ??? sub_8009100(???);
void sub_800915C(int, int, int, int, int, int, int, ProcPtr);

const char * GetStrPrefix(s8 * str, bool capital);
void InsertPrefix(char * str, const char * prefix, bool capital);
Expand Down
Loading

0 comments on commit 7dd2e48

Please sign in to comment.