Skip to content

Commit

Permalink
Revert "Fix EXP gain bug (needs testing)"
Browse files Browse the repository at this point in the history
This reverts commit d8969a6.
  • Loading branch information
dreams897 committed May 3, 2024
1 parent 6780232 commit ad3e352
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions constants/pokemon_data_constants.asm
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,13 @@ DEF PARTYMON_STRUCT_LENGTH EQU _RS
DEF NICKNAMED_MON_STRUCT_LENGTH EQU PARTYMON_STRUCT_LENGTH + MON_NAME_LENGTH
DEF REDMON_STRUCT_LENGTH EQU 44

; savemon Exp masks
DEF EXP_MASK EQU %01111111

; caught data

DEF CAUGHT_TIME_MASK EQU %11000000
DEF CAUGHT_LEVEL_MASK EQU %00111111

DEF EXP_MASK EQU %01111111

DEF CAUGHT_GENDER_MASK EQU %10000000
DEF CAUGHT_LOCATION_MASK EQU %01111111

Expand Down

0 comments on commit ad3e352

Please sign in to comment.