Skip to content

Commit

Permalink
Merge pull request #39 from AnonymousRandomPerson/main
Browse files Browse the repository at this point in the history
Synced from pmdsky-debug
  • Loading branch information
AnonymousRandomPerson authored Nov 30, 2023
2 parents 79efa09 + cc23f53 commit b6c3361
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion asm/include/overlay_29_0231CBEC.inc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
.public GetWeatherColorTable
.public GINSENG_CHANCE_3
.public GUMMI_BELLY_RESTORE_TABLE
.public GUMMI_IQ_STRING_IDS
.public GUMMI_LIKE_STRING_IDS
.public HandleMovesMenuWrapper0
.public HandleMovesMenuWrapper1
Expand Down Expand Up @@ -111,7 +112,6 @@
.public ov29_0234BA54
.public ov29_023529AC
.public ov29_023529B0
.public ov29_02353324
.public ov31_02385FE0
.public ov31_023860A4
.public ov31_0238619C
Expand Down
4 changes: 2 additions & 2 deletions asm/overlay_29_0231CBEC.s
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ _0231D23C:
mov r0, sl
mov r1, sb
bl LogMessageByIdWithPopupCheckUserTarget
ldr r0, _0231D484 ; =ov29_02353324
ldr r0, _0231D484 ; =GUMMI_IQ_STRING_IDS
mov r1, fp, lsl #1
ldrh r2, [r0, r1]
mov r0, sl
Expand Down Expand Up @@ -635,7 +635,7 @@ _0231D474: .word GUMMI_BELLY_RESTORE_TABLE
_0231D478: .word 0x000003E7
_0231D47C: .word 0x00000BF3
_0231D480: .word GUMMI_LIKE_STRING_IDS
_0231D484: .word ov29_02353324
_0231D484: .word GUMMI_IQ_STRING_IDS
_0231D488: .word ov10_022C44CC
_0231D48C: .word ov10_022C45E4
_0231D490: .word ov29_023529B0
Expand Down
4 changes: 2 additions & 2 deletions asm/overlay_29_0234EC38.s
Original file line number Diff line number Diff line change
Expand Up @@ -4088,8 +4088,8 @@ ov29_02353310:
ov29_02353318:
.byte 0x3F, 0x0B, 0x40, 0x0B
.byte 0x41, 0x0B, 0x42, 0x0B, 0x43, 0x0B, 0x00, 0x00
.global ov29_02353324
ov29_02353324:
.global GUMMI_IQ_STRING_IDS
GUMMI_IQ_STRING_IDS:
.byte 0x4C, 0x0B, 0x4D, 0x0B, 0x4E, 0x0B, 0x4F, 0x0B
.byte 0x50, 0x0B, 0x00, 0x00
.global DAMAGE_STRING_IDS
Expand Down
1 change: 0 additions & 1 deletion tools/sync_pmdsky_debug/pmdsky_debug_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
SYMBOL_BLACKLIST = set([
'EXCLUSIVE_ITEM_STAT_BOOST_DATA',
'GAME_STATE_VALUES',
'GUMMI_IQ_STRING_IDS',
])

def get_pmdsky_debug_location() -> str:
Expand Down

0 comments on commit b6c3361

Please sign in to comment.