diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-17 17:47:28 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-17 18:08:54 -0400 |
| commit | 4373aafac152f64621bf3d8c6b8d037cd9c76f7b (patch) | |
| tree | cd1c88a283f52e0d98211b84f181f169c4f3e526 /data/maps/objects/GameCornerPrizeRoom.asm | |
| parent | Use map constants for SilphCoElevator warps (diff) | |
| download | pokeyellow-4373aafac152f64621bf3d8c6b8d037cd9c76f7b.tar.gz pokeyellow-4373aafac152f64621bf3d8c6b8d037cd9c76f7b.tar.xz pokeyellow-4373aafac152f64621bf3d8c6b8d037cd9c76f7b.zip | |
Use def_warps_to macro for automatic warp_to entries
Diffstat (limited to 'data/maps/objects/GameCornerPrizeRoom.asm')
| -rwxr-xr-x | data/maps/objects/GameCornerPrizeRoom.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/data/maps/objects/GameCornerPrizeRoom.asm b/data/maps/objects/GameCornerPrizeRoom.asm index 34a562aa..025e44c0 100755 --- a/data/maps/objects/GameCornerPrizeRoom.asm +++ b/data/maps/objects/GameCornerPrizeRoom.asm @@ -14,6 +14,4 @@ GameCornerPrizeRoom_Object: object SPRITE_BALDING_GUY, 1, 4, STAY, NONE, 1 ; person object SPRITE_GAMBLER, 7, 3, WALK, LEFT_RIGHT, 2 ; person - ; warp-to - warp_to 4, 7, GAME_CORNER_PRIZE_ROOM_WIDTH - warp_to 5, 7, GAME_CORNER_PRIZE_ROOM_WIDTH + def_warps_to GAME_CORNER_PRIZE_ROOM |
