Skip to content

Commit

Permalink
Use GAME_ADDR macro for new addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
HylianFreddy committed May 13, 2024
1 parent f6bba2a commit 76f06c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/src/fishing.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#include "z3D/z3D.h"

#define Fishing_Init ((ActorFunc)0x1C0AD8)
#define Fishing_UpdateFish ((ActorFunc)0x1F9ACC)
#define Fishing_DrawFish ((ActorFunc)0x1F98B4)
#define Fishing_Init ((ActorFunc)GAME_ADDR(0x1C0AD8))
#define Fishing_UpdateFish ((ActorFunc)GAME_ADDR(0x1F9ACC))
#define Fishing_DrawFish ((ActorFunc)GAME_ADDR(0x1F98B4))

#define EN_FISH_AQUARIUM 200 // param for record fish in tank.

Expand Down

0 comments on commit 76f06c1

Please sign in to comment.